Html Css Color HEX #1276FC Dodger Blue

📋 copy color: '#1276FC'

red 18 ◦ green 118 ◦ blue 252

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

Shades of Dodger Blue #1276FC

Tints of Dodger Blue #1276FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 4.64%
G = 30.41%
B = 64.95%

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

#1276FC (or 0x1276FC) is known color: Dodger Blue. HEX triplet: 12, 76 and FC. RGB value is (18,118,252). Sum of RGB (Red+Green+Blue) = 18+118+252=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #1276FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1276FC is #ED8903. Grayscale: #666666. Windows color (decimal): -15567108 or 16545298. OLE color: 16545298.

HSL color Cylindrical-coordinate representation of color #1276FC: hue angle of 214.36º 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 #1276FC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 118 252 -
CMYK 0.93 0.53 0 0.01
HSL 214.36º 0.98% 0.53% -
HSV(B) 214.36º 0.93% 0.99% -
XYZ 24.3 20.11 94.7 -
YUV 103.38 211.87 67.1 -
System Red Green Blue C M Y K H S L
Decimal 18 118 252 0.93 0.53 0 0.01 214.36 0.98 0.53
Hex 12 76 FC 5D 35 0 1 D6 62 35
Octal 22 166 374 135 65 0 1 326 142 65
Binary 10010 1110110 11111100 1011101 110101 0 1 11010110 1100010 110101

Color Harmonies of #1276FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276FC

Black with #1276FC

Text Example


Text Example

White with #1276FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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