Html Css Color HEX #1271FC Dodger Blue

📋 copy color: '#1271FC'

red 18 ◦ green 113 ◦ blue 252

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

Shades of Dodger Blue #1271FC

Tints of Dodger Blue #1271FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 4.7%
G = 29.5%
B = 65.8%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1271FC (or 0x1271FC) is known color: Dodger Blue. HEX triplet: 12, 71 and FC. RGB value is (18,113,252). Sum of RGB (Red+Green+Blue) = 18+113+252=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #1271FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1271FC is #ED8E03. Grayscale: #636363. Windows color (decimal): -15568388 or 16544018. OLE color: 16544018.

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

Color convert

RGB 18 113 252 -
CMYK 0.93 0.55 0 0.01
HSL 215.64º 0.98% 0.53% -
HSV(B) 215.64º 0.93% 0.99% -
XYZ 23.73 18.97 94.51 -
YUV 100.44 213.53 69.2 -
System Red Green Blue C M Y K H S L
Decimal 18 113 252 0.93 0.55 0 0.01 215.64 0.98 0.53
Hex 12 71 FC 5D 37 0 1 D8 62 35
Octal 22 161 374 135 67 0 1 330 142 65
Binary 10010 1110001 11111100 1011101 110111 0 1 11011000 1100010 110101

Color Harmonies of #1271FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271FC

Black with #1271FC

Text Example


Text Example

White with #1271FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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