Html Css Color HEX #047AFE Dodger Blue

📋 copy color: '#047AFE'

red 4 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #047AFE

Tints of Dodger Blue #047AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

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

R = 1.05%
G = 32.11%
B = 66.84%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#047AFE (or 0x047AFE) is known color: Dodger Blue. HEX triplet: 04, 7A and FE. RGB value is (4,122,254). Sum of RGB (Red+Green+Blue) = 4+122+254=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #047AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047AFE is #FB8501. Grayscale: #656565. Windows color (decimal): -16483586 or 16677380. OLE color: 16677380.

HSL color Cylindrical-coordinate representation of color #047AFE: hue angle of 211.68º 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 #047AFE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 122 254 -
CMYK 0.98 0.52 0 0.00
HSL 211.68º 0.99% 0.51% -
HSV(B) 211.68º 0.98% 1% -
XYZ 24.9 21.1 96.53 -
YUV 101.77 213.91 58.27 -
System Red Green Blue C M Y K H S L
Decimal 4 122 254 0.98 0.52 0 0.00 211.68 0.99 0.51
Hex 4 7A FE 62 34 0 0 D4 63 33
Octal 4 172 376 142 64 0 0 324 143 63
Binary 100 1111010 11111110 1100010 110100 0 0 11010100 1100011 110011

Color Harmonies of #047AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047AFE

Black with #047AFE

Text Example


Text Example

White with #047AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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