Html Css Color HEX #1277FA Dodger Blue

📋 copy color: '#1277FA'

red 18 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #1277FA

Tints of Dodger Blue #1277FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 4.65%
G = 30.75%
B = 64.6%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1277FA (or 0x1277FA) is known color: Dodger Blue. HEX triplet: 12, 77 and FA. RGB value is (18,119,250). Sum of RGB (Red+Green+Blue) = 18+119+250=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #1277FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277FA is #ED8805. Grayscale: #676767. Windows color (decimal): -15566854 or 16414482. OLE color: 16414482.

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

Color convert

RGB 18 119 250 -
CMYK 0.93 0.52 0 0.02
HSL 213.88º 0.96% 0.53% -
HSV(B) 213.88º 0.93% 0.98% -
XYZ 24.1 20.22 93.08 -
YUV 103.74 210.54 66.85 -
System Red Green Blue C M Y K H S L
Decimal 18 119 250 0.93 0.52 0 0.02 213.88 0.96 0.53
Hex 12 77 FA 5D 34 0 2 D6 60 35
Octal 22 167 372 135 64 0 2 326 140 65
Binary 10010 1110111 11111010 1011101 110100 0 10 11010110 1100000 110101

Color Harmonies of #1277FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277FA

Black with #1277FA

Text Example


Text Example

White with #1277FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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