Html Css Color HEX #0478FB Dodger Blue

📋 copy color: '#0478FB'

red 4 ◦ green 120 ◦ blue 251

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

Shades of Dodger Blue #0478FB

Tints of Dodger Blue #0478FB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 1.07%
G = 32%
B = 66.93%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0478FB (or 0x0478FB) is known color: Dodger Blue. HEX triplet: 04, 78 and FB. RGB value is (4,120,251). Sum of RGB (Red+Green+Blue) = 4+120+251=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #0478FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0478FB is #FB8704. Grayscale: #636363. Windows color (decimal): -16484101 or 16480260. OLE color: 16480260.

HSL color Cylindrical-coordinate representation of color #0478FB: hue angle of 211.82º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478FB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 120 251 -
CMYK 0.98 0.52 0 0.02
HSL 211.82º 0.97% 0.5% -
HSV(B) 211.82º 0.98% 0.98% -
XYZ 24.18 20.42 93.93 -
YUV 100.25 213.07 59.35 -
System Red Green Blue C M Y K H S L
Decimal 4 120 251 0.98 0.52 0 0.02 211.82 0.97 0.5
Hex 4 78 FB 62 34 0 2 D4 61 32
Octal 4 170 373 142 64 0 2 324 141 62
Binary 100 1111000 11111011 1100010 110100 0 10 11010100 1100001 110010

Color Harmonies of #0478FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0478FB

Black with #0478FB

Text Example


Text Example

White with #0478FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0478FB; }

 p { color: rgb(4,120,251); }

 H1.HeaderClassName
 {
   color: #0478FB;
 }
 .AnyTagClassName
 {
   color: #0478FB;
 }
</style>

background-color css

<style>
 a { background-color: #0478FB; }

 a { background-color: rgb(4,120,251); }

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

border-color css

<style>
 span { border-color: #0478FB; }

 span { border-color: rgb(4,120,251); }

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