Html Css Color HEX #1276EB Dodger Blue

📋 copy color: '#1276EB'

red 18 ◦ green 118 ◦ blue 235

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

Shades of Dodger Blue #1276EB

Tints of Dodger Blue #1276EB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 4.85%
G = 31.81%
B = 63.34%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1276EB (or 0x1276EB) is known color: Dodger Blue. HEX triplet: 12, 76 and EB. RGB value is (18,118,235). Sum of RGB (Red+Green+Blue) = 18+118+235=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #1276EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1276EB is #ED8914. Grayscale: #646464. Windows color (decimal): -15567125 or 15431186. OLE color: 15431186.

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

Color convert

RGB 18 118 235 -
CMYK 0.92 0.50 0 0.08
HSL 212.35º 0.86% 0.5% -
HSV(B) 212.35º 0.92% 0.92% -
XYZ 21.72 19.08 81.14 -
YUV 101.44 203.37 68.49 -
System Red Green Blue C M Y K H S L
Decimal 18 118 235 0.92 0.50 0 0.08 212.35 0.86 0.5
Hex 12 76 EB 5C 32 0 8 D4 56 32
Octal 22 166 353 134 62 0 10 324 126 62
Binary 10010 1110110 11101011 1011100 110010 0 1000 11010100 1010110 110010

Color Harmonies of #1276EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276EB

Black with #1276EB

Text Example


Text Example

White with #1276EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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