Html Css Color HEX #1276FF Dodger Blue

📋 copy color: '#1276FF'

red 18 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #1276FF

Tints of Dodger Blue #1276FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.22%

R = 4.6%
G = 30.18%
B = 65.22%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1276FF (or 0x1276FF) is known color: Dodger Blue. HEX triplet: 12, 76 and FF. RGB value is (18,118,255). Sum of RGB (Red+Green+Blue) = 18+118+255=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1276FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1276FF is #ED8900. Grayscale: #676767. Windows color (decimal): -15567105 or 16741906. OLE color: 16741906.

HSL color Cylindrical-coordinate representation of color #1276FF: hue angle of 214.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1276FF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 118 255 -
CMYK 0.93 0.54 0 0
HSL 214.68º 1% 0.54% -
HSV(B) 214.68º 0.93% 1% -
XYZ 24.78 20.31 97.22 -
YUV 103.72 213.37 66.86 -
System Red Green Blue C M Y K H S L
Decimal 18 118 255 0.93 0.54 0 0 214.68 1 0.54
Hex 12 76 FF 5D 36 0 0 D7 64 36
Octal 22 166 377 135 66 0 0 327 144 66
Binary 10010 1110110 11111111 1011101 110110 0 0 11010111 1100100 110110

Color Harmonies of #1276FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276FF

Black with #1276FF

Text Example


Text Example

White with #1276FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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