Html Css Color HEX #1277EB Dodger Blue

📋 copy color: '#1277EB'

red 18 ◦ green 119 ◦ blue 235

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

Shades of Dodger Blue #1277EB

Tints of Dodger Blue #1277EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

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

R = 4.84%
G = 31.99%
B = 63.17%

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

#1277EB (or 0x1277EB) is known color: Dodger Blue. HEX triplet: 12, 77 and EB. RGB value is (18,119,235). Sum of RGB (Red+Green+Blue) = 18+119+235=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 119 (46.88% from 255 or 31.99% 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 #1277EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277EB is #ED8814. Grayscale: #656565. Windows color (decimal): -15566869 or 15431442. OLE color: 15431442.

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

Color convert

RGB 18 119 235 -
CMYK 0.92 0.49 0 0.08
HSL 212.07º 0.86% 0.5% -
HSV(B) 212.07º 0.92% 0.92% -
XYZ 21.84 19.32 81.18 -
YUV 102.03 203.04 68.07 -
System Red Green Blue C M Y K H S L
Decimal 18 119 235 0.92 0.49 0 0.08 212.07 0.86 0.5
Hex 12 77 EB 5C 31 0 8 D4 56 32
Octal 22 167 353 134 61 0 10 324 126 62
Binary 10010 1110111 11101011 1011100 110001 0 1000 11010100 1010110 110010

Color Harmonies of #1277EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277EB

Black with #1277EB

Text Example


Text Example

White with #1277EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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