#2CA7F9

Color #2CA7F9 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2CA7F9

Tints of Dodger Blue #2CA7F9

Color information

#2CA7F9 (or 0x2CA7F9) is unknown color: approx Dodger Blue. HEX triplet: 2C, A7 and F9. RGB value is (44,167,249). Sum of RGB (Red+Green+Blue) = 44+167+249=460 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.57% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #2CA7F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA7F9 is #D35806. Grayscale: #8B8B8B. Windows color (decimal): -13850631 or 16361260. OLE color: 16361260.

HSL color Cylindrical-coordinate representation of color #2CA7F9: hue angle of 204º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CA7F9 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44167249-
CMYK0.820.3300.02
HSL204º94.47%57.45%-
HSV(B)204º82.33%97.65%-
XYZ31.9635.0194.7-
YUV139.57189.7559.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 9.57%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 249 (97.66% from 255) = 54.13%
R=9.57%
G=36.30%
B=54.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441672490.820.3300.0220494.4757.45
Hex2CA7F9522102cc5e39
Octal54247371122410231413671
Binary10110010100111111110011010010100001010110011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CA7F9; }

 p { color: rgb(44,167,249); }

 H1.HeaderClassName
 {
   color: #2CA7F9;
 }
 .AnyTagClassName
 {
   color: #2CA7F9;
 }
</style>
background-color css

<style>
 a { background-color: #2CA7F9; }

 a { background-color: rgb(44,167,249); }

 div.DivClassName
 {
   background-color: #2CA7F9;
 }
 .BgClassName
 {
   background-color: #2CA7F9;
 }
</style>
border-color css

<style>
 span { border-color: #2CA7F9; }

 span { border-color: rgb(44,167,249); }

 td.TdClassName
 {
   border-color: #2CA7F9;
 }
 .TagClassName
 {
   border-color: #2CA7F9;
 }
</style>