Html Css Color HEX #047FFE Dodger Blue

📋 copy color: '#047FFE'

red 4 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #047FFE

Tints of Dodger Blue #047FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 1.04%
G = 32.99%
B = 65.97%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#047FFE (or 0x047FFE) is known color: Dodger Blue. HEX triplet: 04, 7F and FE. RGB value is (4,127,254). Sum of RGB (Red+Green+Blue) = 4+127+254=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #047FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FFE is #FB8001. Grayscale: #686868. Windows color (decimal): -16482306 or 16678660. OLE color: 16678660.

HSL color Cylindrical-coordinate representation of color #047FFE: hue angle of 210.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FFE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 127 254 -
CMYK 0.98 0.50 0 0.00
HSL 210.48º 0.99% 0.51% -
HSV(B) 210.48º 0.98% 1% -
XYZ 25.53 22.36 96.74 -
YUV 104.7 212.25 56.17 -
System Red Green Blue C M Y K H S L
Decimal 4 127 254 0.98 0.50 0 0.00 210.48 0.99 0.51
Hex 4 7F FE 62 32 0 0 D2 63 33
Octal 4 177 376 142 62 0 0 322 143 63
Binary 100 1111111 11111110 1100010 110010 0 0 11010010 1100011 110011

Color Harmonies of #047FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FFE

Black with #047FFE

Text Example


Text Example

White with #047FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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