Html Css Color HEX #047FFC Dodger Blue

📋 copy color: '#047FFC'

red 4 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #047FFC

Tints of Dodger Blue #047FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 1.04%
G = 33.16%
B = 65.8%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#047FFC (or 0x047FFC) is known color: Dodger Blue. HEX triplet: 04, 7F and FC. RGB value is (4,127,252). Sum of RGB (Red+Green+Blue) = 4+127+252=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #047FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FFC is #FB8003. Grayscale: #676767. Windows color (decimal): -16482308 or 16547588. OLE color: 16547588.

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

Color convert

RGB 4 127 252 -
CMYK 0.98 0.50 0 0.01
HSL 210.24º 0.98% 0.5% -
HSV(B) 210.24º 0.98% 0.99% -
XYZ 25.21 22.23 95.06 -
YUV 104.47 211.25 56.34 -
System Red Green Blue C M Y K H S L
Decimal 4 127 252 0.98 0.50 0 0.01 210.24 0.98 0.5
Hex 4 7F FC 62 32 0 1 D2 62 32
Octal 4 177 374 142 62 0 1 322 142 62
Binary 100 1111111 11111100 1100010 110010 0 1 11010010 1100010 110010

Color Harmonies of #047FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FFC

Black with #047FFC

Text Example


Text Example

White with #047FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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