Html Css Color HEX #049CEF Dodger Blue

📋 copy color: '#049CEF'

red 4 ◦ green 156 ◦ blue 239

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

Shades of Dodger Blue #049CEF

Tints of Dodger Blue #049CEF

RGB

 RED value IS 4 (1.95% from 255) = 1%

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 1%
G = 39.1%
B = 59.9%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#049CEF (or 0x049CEF) is known color: Dodger Blue. HEX triplet: 04, 9C and EF. RGB value is (4,156,239). Sum of RGB (Red+Green+Blue) = 4+156+239=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #049CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CEF is #FB6310. Grayscale: #777777. Windows color (decimal): -16474897 or 15703044. OLE color: 15703044.

HSL color Cylindrical-coordinate representation of color #049CEF: hue angle of 201.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CEF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 156 239 -
CMYK 0.98 0.35 0 0.06
HSL 201.19º 0.97% 0.48% -
HSV(B) 201.19º 0.98% 0.94% -
XYZ 27.52 30.03 86.01 -
YUV 120.01 195.14 45.25 -
System Red Green Blue C M Y K H S L
Decimal 4 156 239 0.98 0.35 0 0.06 201.19 0.97 0.48
Hex 4 9C EF 62 23 0 6 C9 61 30
Octal 4 234 357 142 43 0 6 311 141 60
Binary 100 10011100 11101111 1100010 100011 0 110 11001001 1100001 110000

Color Harmonies of #049CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CEF

Black with #049CEF

Text Example


Text Example

White with #049CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049CEF; }

 p { color: rgb(4,156,239); }

 H1.HeaderClassName
 {
   color: #049CEF;
 }
 .AnyTagClassName
 {
   color: #049CEF;
 }
</style>

background-color css

<style>
 a { background-color: #049CEF; }

 a { background-color: rgb(4,156,239); }

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

border-color css

<style>
 span { border-color: #049CEF; }

 span { border-color: rgb(4,156,239); }

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