Html Css Color HEX #1277EA Dodger Blue

📋 copy color: '#1277EA'

red 18 ◦ green 119 ◦ blue 234

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

Shades of Dodger Blue #1277EA

Tints of Dodger Blue #1277EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 4.85%
G = 32.08%
B = 63.07%

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

#1277EA (or 0x1277EA) is known color: Dodger Blue. HEX triplet: 12, 77 and EA. RGB value is (18,119,234). Sum of RGB (Red+Green+Blue) = 18+119+234=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #1277EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277EA is #ED8815. Grayscale: #656565. Windows color (decimal): -15566870 or 15365906. OLE color: 15365906.

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

Color convert

RGB 18 119 234 -
CMYK 0.92 0.49 0 0.08
HSL 211.94º 0.86% 0.49% -
HSV(B) 211.94º 0.92% 0.92% -
XYZ 21.7 19.26 80.42 -
YUV 101.91 202.54 68.15 -
System Red Green Blue C M Y K H S L
Decimal 18 119 234 0.92 0.49 0 0.08 211.94 0.86 0.49
Hex 12 77 EA 5C 31 0 8 D4 56 31
Octal 22 167 352 134 61 0 10 324 126 61
Binary 10010 1110111 11101010 1011100 110001 0 1000 11010100 1010110 110001

Color Harmonies of #1277EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277EA

Black with #1277EA

Text Example


Text Example

White with #1277EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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