Html Css Color HEX #2C9DEF Dodger Blue

📋 copy color: '#2C9DEF'

red 44 ◦ green 157 ◦ blue 239

#2C9DEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2C9DEF

Tints of Dodger Blue #2C9DEF

RGB

 RED value IS 44 (17.58% from 255) = 10%

 GREEN value IS 157 (61.72% from 255) = 35.68%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 10%
G = 35.68%
B = 54.32%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2C9DEF (or 0x2C9DEF) is known color: Dodger Blue. HEX triplet: 2C, 9D and EF. RGB value is (44,157,239). Sum of RGB (Red+Green+Blue) = 44+157+239=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C9DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C9DEF is #D36210. Grayscale: #848484. Windows color (decimal): -13853201 or 15703340. OLE color: 15703340.

HSL color Cylindrical-coordinate representation of color #2C9DEF: hue angle of 205.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C9DEF is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 157 239 -
CMYK 0.82 0.34 0 0.06
HSL 205.23º 0.86% 0.55% -
HSV(B) 205.23º 0.82% 0.94% -
XYZ 28.68 30.88 86.11 -
YUV 132.56 188.06 64.83 -
System Red Green Blue C M Y K H S L
Decimal 44 157 239 0.82 0.34 0 0.06 205.23 0.86 0.55
Hex 2C 9D EF 52 22 0 6 CD 56 37
Octal 54 235 357 122 42 0 6 315 126 67
Binary 101100 10011101 11101111 1010010 100010 0 110 11001101 1010110 110111

Color Harmonies of #2C9DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9DEF

Black with #2C9DEF

Text Example


Text Example

White with #2C9DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,157,239); }

 H1.HeaderClassName
 {
   color: #2C9DEF;
 }
 .AnyTagClassName
 {
   color: #2C9DEF;
 }
</style>

background-color css

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

 a { background-color: rgb(44,157,239); }

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

border-color css

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

 span { border-color: rgb(44,157,239); }

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