Html Css Color HEX #1478EB Dodger Blue

📋 copy color: '#1478EB'

red 20 ◦ green 120 ◦ blue 235

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

Shades of Dodger Blue #1478EB

Tints of Dodger Blue #1478EB

RGB

 RED value IS 20 (8.2% from 255) = 5.33%

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 5.33%
G = 32%
B = 62.67%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1478EB (or 0x1478EB) is known color: Dodger Blue. HEX triplet: 14, 78 and EB. RGB value is (20,120,235). Sum of RGB (Red+Green+Blue) = 20+120+235=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #1478EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1478EB is #EB8714. Grayscale: #666666. Windows color (decimal): -15435541 or 15431700. OLE color: 15431700.

HSL color Cylindrical-coordinate representation of color #1478EB: hue angle of 212.09º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1478EB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 120 235 -
CMYK 0.91 0.49 0 0.08
HSL 212.09º 0.84% 0.5% -
HSV(B) 212.09º 0.91% 0.92% -
XYZ 22 19.58 81.22 -
YUV 103.21 202.37 68.65 -
System Red Green Blue C M Y K H S L
Decimal 20 120 235 0.91 0.49 0 0.08 212.09 0.84 0.5
Hex 14 78 EB 5B 31 0 8 D4 54 32
Octal 24 170 353 133 61 0 10 324 124 62
Binary 10100 1111000 11101011 1011011 110001 0 1000 11010100 1010100 110010

Color Harmonies of #1478EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478EB

Black with #1478EB

Text Example


Text Example

White with #1478EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1478EB; }

 p { color: rgb(20,120,235); }

 H1.HeaderClassName
 {
   color: #1478EB;
 }
 .AnyTagClassName
 {
   color: #1478EB;
 }
</style>

background-color css

<style>
 a { background-color: #1478EB; }

 a { background-color: rgb(20,120,235); }

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

border-color css

<style>
 span { border-color: #1478EB; }

 span { border-color: rgb(20,120,235); }

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