Html Css Color HEX #047FE9 Dodger Blue

📋 copy color: '#047FE9'

red 4 ◦ green 127 ◦ blue 233

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

Shades of Dodger Blue #047FE9

Tints of Dodger Blue #047FE9

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

 BLUE value IS 233 (91.41% from 255) = 64.01%

R = 1.1%
G = 34.89%
B = 64.01%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#047FE9 (or 0x047FE9) is known color: Dodger Blue. HEX triplet: 04, 7F and E9. RGB value is (4,127,233). Sum of RGB (Red+Green+Blue) = 4+127+233=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #047FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FE9 is #FB8016. Grayscale: #656565. Windows color (decimal): -16482327 or 15302404. OLE color: 15302404.

HSL color Cylindrical-coordinate representation of color #047FE9: hue angle of 207.77º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FE9 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 127 233 -
CMYK 0.98 0.45 0 0.09
HSL 207.77º 0.97% 0.46% -
HSV(B) 207.77º 0.98% 0.91% -
XYZ 22.35 21.09 79.98 -
YUV 102.31 201.75 57.88 -
System Red Green Blue C M Y K H S L
Decimal 4 127 233 0.98 0.45 0 0.09 207.77 0.97 0.46
Hex 4 7F E9 62 2D 0 9 D0 61 2E
Octal 4 177 351 142 55 0 11 320 141 56
Binary 100 1111111 11101001 1100010 101101 0 1001 11010000 1100001 101110

Color Harmonies of #047FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FE9

Black with #047FE9

Text Example


Text Example

White with #047FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047FE9; }

 p { color: rgb(4,127,233); }

 H1.HeaderClassName
 {
   color: #047FE9;
 }
 .AnyTagClassName
 {
   color: #047FE9;
 }
</style>

background-color css

<style>
 a { background-color: #047FE9; }

 a { background-color: rgb(4,127,233); }

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

border-color css

<style>
 span { border-color: #047FE9; }

 span { border-color: rgb(4,127,233); }

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