Html Css Color HEX #047BFE Dodger Blue

📋 copy color: '#047BFE'

red 4 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #047BFE

Tints of Dodger Blue #047BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

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

R = 1.05%
G = 32.28%
B = 66.67%

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

#047BFE (or 0x047BFE) is known color: Dodger Blue. HEX triplet: 04, 7B and FE. RGB value is (4,123,254). Sum of RGB (Red+Green+Blue) = 4+123+254=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #047BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BFE is #FB8401. Grayscale: #656565. Windows color (decimal): -16483330 or 16677636. OLE color: 16677636.

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

Color convert

RGB 4 123 254 -
CMYK 0.98 0.52 0 0.00
HSL 211.44º 0.99% 0.51% -
HSV(B) 211.44º 0.98% 1% -
XYZ 25.02 21.35 96.57 -
YUV 102.35 213.58 57.85 -
System Red Green Blue C M Y K H S L
Decimal 4 123 254 0.98 0.52 0 0.00 211.44 0.99 0.51
Hex 4 7B FE 62 34 0 0 D3 63 33
Octal 4 173 376 142 64 0 0 323 143 63
Binary 100 1111011 11111110 1100010 110100 0 0 11010011 1100011 110011

Color Harmonies of #047BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BFE

Black with #047BFE

Text Example


Text Example

White with #047BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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