Html Css Color HEX #1478EA Dodger Blue

📋 copy color: '#1478EA'

red 20 ◦ green 120 ◦ blue 234

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

Shades of Dodger Blue #1478EA

Tints of Dodger Blue #1478EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 5.35%
G = 32.09%
B = 62.57%

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

#1478EA (or 0x1478EA) is known color: Dodger Blue. HEX triplet: 14, 78 and EA. RGB value is (20,120,234). Sum of RGB (Red+Green+Blue) = 20+120+234=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #1478EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1478EA is #EB8715. Grayscale: #666666. Windows color (decimal): -15435542 or 15366164. OLE color: 15366164.

HSL color Cylindrical-coordinate representation of color #1478EA: hue angle of 211.96º 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 #1478EA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 120 234 -
CMYK 0.91 0.49 0 0.08
HSL 211.96º 0.84% 0.5% -
HSV(B) 211.96º 0.91% 0.92% -
XYZ 21.86 19.52 80.46 -
YUV 103.1 201.87 68.73 -
System Red Green Blue C M Y K H S L
Decimal 20 120 234 0.91 0.49 0 0.08 211.96 0.84 0.5
Hex 14 78 EA 5B 31 0 8 D4 54 32
Octal 24 170 352 133 61 0 10 324 124 62
Binary 10100 1111000 11101010 1011011 110001 0 1000 11010100 1010100 110010

Color Harmonies of #1478EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478EA

Black with #1478EA

Text Example


Text Example

White with #1478EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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