Html Css Color HEX #1277FC Dodger Blue

📋 copy color: '#1277FC'

red 18 ◦ green 119 ◦ blue 252

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

Shades of Dodger Blue #1277FC

Tints of Dodger Blue #1277FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 4.63%
G = 30.59%
B = 64.78%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1277FC (or 0x1277FC) is known color: Dodger Blue. HEX triplet: 12, 77 and FC. RGB value is (18,119,252). Sum of RGB (Red+Green+Blue) = 18+119+252=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #1277FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277FC is #ED8803. Grayscale: #676767. Windows color (decimal): -15566852 or 16545554. OLE color: 16545554.

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

Color convert

RGB 18 119 252 -
CMYK 0.93 0.53 0 0.01
HSL 214.1º 0.98% 0.53% -
HSV(B) 214.1º 0.93% 0.99% -
XYZ 24.42 20.35 94.74 -
YUV 103.96 211.54 66.69 -
System Red Green Blue C M Y K H S L
Decimal 18 119 252 0.93 0.53 0 0.01 214.1 0.98 0.53
Hex 12 77 FC 5D 35 0 1 D6 62 35
Octal 22 167 374 135 65 0 1 326 142 65
Binary 10010 1110111 11111100 1011101 110101 0 1 11010110 1100010 110101

Color Harmonies of #1277FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277FC

Black with #1277FC

Text Example


Text Example

White with #1277FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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