Html Css Color HEX #1278EB Dodger Blue

📋 copy color: '#1278EB'

red 18 ◦ green 120 ◦ blue 235

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

Shades of Dodger Blue #1278EB

Tints of Dodger Blue #1278EB

RGB

 RED value IS 18 (7.42% from 255) = 4.83%

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

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

R = 4.83%
G = 32.17%
B = 63%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1278EB (or 0x1278EB) is known color: Dodger Blue. HEX triplet: 12, 78 and EB. RGB value is (18,120,235). Sum of RGB (Red+Green+Blue) = 18+120+235=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1278EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278EB is #ED8714. Grayscale: #666666. Windows color (decimal): -15566613 or 15431698. OLE color: 15431698.

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

Color convert

RGB 18 120 235 -
CMYK 0.92 0.49 0 0.08
HSL 211.8º 0.86% 0.5% -
HSV(B) 211.8º 0.92% 0.92% -
XYZ 21.96 19.56 81.22 -
YUV 102.61 202.71 67.65 -
System Red Green Blue C M Y K H S L
Decimal 18 120 235 0.92 0.49 0 0.08 211.8 0.86 0.5
Hex 12 78 EB 5C 31 0 8 D4 56 32
Octal 22 170 353 134 61 0 10 324 126 62
Binary 10010 1111000 11101011 1011100 110001 0 1000 11010100 1010110 110010

Color Harmonies of #1278EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278EB

Black with #1278EB

Text Example


Text Example

White with #1278EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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