Html Css Color HEX #047DFE Dodger Blue

📋 copy color: '#047DFE'

red 4 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #047DFE

Tints of Dodger Blue #047DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 1.04%
G = 32.64%
B = 66.32%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#047DFE (or 0x047DFE) is known color: Dodger Blue. HEX triplet: 04, 7D and FE. RGB value is (4,125,254). Sum of RGB (Red+Green+Blue) = 4+125+254=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #047DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047DFE is #FB8201. Grayscale: #666666. Windows color (decimal): -16482818 or 16678148. OLE color: 16678148.

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

Color convert

RGB 4 125 254 -
CMYK 0.98 0.51 0 0.00
HSL 210.96º 0.99% 0.51% -
HSV(B) 210.96º 0.98% 1% -
XYZ 25.27 21.85 96.65 -
YUV 103.53 212.91 57.01 -
System Red Green Blue C M Y K H S L
Decimal 4 125 254 0.98 0.51 0 0.00 210.96 0.99 0.51
Hex 4 7D FE 62 33 0 0 D3 63 33
Octal 4 175 376 142 63 0 0 323 143 63
Binary 100 1111101 11111110 1100010 110011 0 0 11010011 1100011 110011

Color Harmonies of #047DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DFE

Black with #047DFE

Text Example


Text Example

White with #047DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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