Html Css Color HEX #1291FC Dodger Blue

📋 copy color: '#1291FC'

red 18 ◦ green 145 ◦ blue 252

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

Shades of Dodger Blue #1291FC

Tints of Dodger Blue #1291FC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 4.34%
G = 34.94%
B = 60.72%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1291FC (or 0x1291FC) is known color: Dodger Blue. HEX triplet: 12, 91 and FC. RGB value is (18,145,252). Sum of RGB (Red+Green+Blue) = 18+145+252=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #1291FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1291FC is #ED6E03. Grayscale: #767676. Windows color (decimal): -15560196 or 16552210. OLE color: 16552210.

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

Color convert

RGB 18 145 252 -
CMYK 0.93 0.42 0 0.01
HSL 207.44º 0.98% 0.53% -
HSV(B) 207.44º 0.93% 0.99% -
XYZ 27.95 27.41 95.91 -
YUV 119.23 202.92 55.8 -
System Red Green Blue C M Y K H S L
Decimal 18 145 252 0.93 0.42 0 0.01 207.44 0.98 0.53
Hex 12 91 FC 5D 2A 0 1 CF 62 35
Octal 22 221 374 135 52 0 1 317 142 65
Binary 10010 10010001 11111100 1011101 101010 0 1 11001111 1100010 110101

Color Harmonies of #1291FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1291FC

Black with #1291FC

Text Example


Text Example

White with #1291FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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