Html Css Color HEX #1277FE Dodger Blue

📋 copy color: '#1277FE'

red 18 ◦ green 119 ◦ blue 254

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

Shades of Dodger Blue #1277FE

Tints of Dodger Blue #1277FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.96%

R = 4.6%
G = 30.43%
B = 64.96%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1277FE (or 0x1277FE) is known color: Dodger Blue. HEX triplet: 12, 77 and FE. RGB value is (18,119,254). Sum of RGB (Red+Green+Blue) = 18+119+254=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #1277FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277FE is #ED8801. Grayscale: #676767. Windows color (decimal): -15566850 or 16676626. OLE color: 16676626.

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

Color convert

RGB 18 119 254 -
CMYK 0.93 0.53 0 0.00
HSL 214.32º 0.99% 0.53% -
HSV(B) 214.32º 0.93% 1% -
XYZ 24.74 20.48 96.41 -
YUV 104.19 212.54 66.52 -
System Red Green Blue C M Y K H S L
Decimal 18 119 254 0.93 0.53 0 0.00 214.32 0.99 0.53
Hex 12 77 FE 5D 35 0 0 D6 63 35
Octal 22 167 376 135 65 0 0 326 143 65
Binary 10010 1110111 11111110 1011101 110101 0 0 11010110 1100011 110101

Color Harmonies of #1277FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277FE

Black with #1277FE

Text Example


Text Example

White with #1277FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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