Html Css Color HEX #1270FC Dodger Blue

📋 copy color: '#1270FC'

red 18 ◦ green 112 ◦ blue 252

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

Shades of Dodger Blue #1270FC

Tints of Dodger Blue #1270FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 4.71%
G = 29.32%
B = 65.97%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1270FC (or 0x1270FC) is known color: Dodger Blue. HEX triplet: 12, 70 and FC. RGB value is (18,112,252). Sum of RGB (Red+Green+Blue) = 18+112+252=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #1270FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270FC is #ED8F03. Grayscale: #636363. Windows color (decimal): -15568644 or 16543762. OLE color: 16543762.

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

Color convert

RGB 18 112 252 -
CMYK 0.93 0.56 0 0.01
HSL 215.9º 0.98% 0.53% -
HSV(B) 215.9º 0.93% 0.99% -
XYZ 23.61 18.75 94.47 -
YUV 99.85 213.86 69.62 -
System Red Green Blue C M Y K H S L
Decimal 18 112 252 0.93 0.56 0 0.01 215.9 0.98 0.53
Hex 12 70 FC 5D 38 0 1 D8 62 35
Octal 22 160 374 135 70 0 1 330 142 65
Binary 10010 1110000 11111100 1011101 111000 0 1 11011000 1100010 110101

Color Harmonies of #1270FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270FC

Black with #1270FC

Text Example


Text Example

White with #1270FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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