Html Css Color HEX #047CFE Dodger Blue

📋 copy color: '#047CFE'

red 4 ◦ green 124 ◦ blue 254

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

Shades of Dodger Blue #047CFE

Tints of Dodger Blue #047CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 1.05%
G = 32.46%
B = 66.49%

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

#047CFE (or 0x047CFE) is known color: Dodger Blue. HEX triplet: 04, 7C and FE. RGB value is (4,124,254). Sum of RGB (Red+Green+Blue) = 4+124+254=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #047CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CFE is #FB8301. Grayscale: #666666. Windows color (decimal): -16483074 or 16677892. OLE color: 16677892.

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

Color convert

RGB 4 124 254 -
CMYK 0.98 0.51 0 0.00
HSL 211.2º 0.99% 0.51% -
HSV(B) 211.2º 0.98% 1% -
XYZ 25.15 21.6 96.61 -
YUV 102.94 213.24 57.43 -
System Red Green Blue C M Y K H S L
Decimal 4 124 254 0.98 0.51 0 0.00 211.2 0.99 0.51
Hex 4 7C FE 62 33 0 0 D3 63 33
Octal 4 174 376 142 63 0 0 323 143 63
Binary 100 1111100 11111110 1100010 110011 0 0 11010011 1100011 110011

Color Harmonies of #047CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CFE

Black with #047CFE

Text Example


Text Example

White with #047CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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