Html Css Color HEX #1270FF Dodger Blue

📋 copy color: '#1270FF'

red 18 ◦ green 112 ◦ blue 255

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

Shades of Dodger Blue #1270FF

Tints of Dodger Blue #1270FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.23%

R = 4.68%
G = 29.09%
B = 66.23%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1270FF (or 0x1270FF) is known color: Dodger Blue. HEX triplet: 12, 70 and FF. RGB value is (18,112,255). Sum of RGB (Red+Green+Blue) = 18+112+255=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #1270FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270FF is #ED8F00. Grayscale: #636363. Windows color (decimal): -15568641 or 16740370. OLE color: 16740370.

HSL color Cylindrical-coordinate representation of color #1270FF: hue angle of 216.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1270FF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 112 255 -
CMYK 0.93 0.56 0 0
HSL 216.2º 1% 0.54% -
HSV(B) 216.2º 0.93% 1% -
XYZ 24.09 18.94 96.99 -
YUV 100.2 215.36 69.37 -
System Red Green Blue C M Y K H S L
Decimal 18 112 255 0.93 0.56 0 0 216.2 1 0.54
Hex 12 70 FF 5D 38 0 0 D8 64 36
Octal 22 160 377 135 70 0 0 330 144 66
Binary 10010 1110000 11111111 1011101 111000 0 0 11011000 1100100 110110

Color Harmonies of #1270FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270FF

Black with #1270FF

Text Example


Text Example

White with #1270FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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