Html Css Color HEX #1475EB Dodger Blue

📋 copy color: '#1475EB'

red 20 ◦ green 117 ◦ blue 235

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

Shades of Dodger Blue #1475EB

Tints of Dodger Blue #1475EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

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

R = 5.38%
G = 31.45%
B = 63.17%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1475EB (or 0x1475EB) is known color: Dodger Blue. HEX triplet: 14, 75 and EB. RGB value is (20,117,235). Sum of RGB (Red+Green+Blue) = 20+117+235=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #1475EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1475EB is #EB8A14. Grayscale: #646464. Windows color (decimal): -15436309 or 15430932. OLE color: 15430932.

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

Color convert

RGB 20 117 235 -
CMYK 0.91 0.50 0 0.08
HSL 212.93º 0.84% 0.5% -
HSV(B) 212.93º 0.91% 0.92% -
XYZ 21.65 18.87 81.1 -
YUV 101.45 203.36 69.91 -
System Red Green Blue C M Y K H S L
Decimal 20 117 235 0.91 0.50 0 0.08 212.93 0.84 0.5
Hex 14 75 EB 5B 32 0 8 D5 54 32
Octal 24 165 353 133 62 0 10 325 124 62
Binary 10100 1110101 11101011 1011011 110010 0 1000 11010101 1010100 110010

Color Harmonies of #1475EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1475EB

Black with #1475EB

Text Example


Text Example

White with #1475EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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