Html Css Color HEX #1272FF Dodger Blue

📋 copy color: '#1272FF'

red 18 ◦ green 114 ◦ blue 255

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

Shades of Dodger Blue #1272FF

Tints of Dodger Blue #1272FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 4.65%
G = 29.46%
B = 65.89%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1272FF (or 0x1272FF) is known color: Dodger Blue. HEX triplet: 12, 72 and FF. RGB value is (18,114,255). Sum of RGB (Red+Green+Blue) = 18+114+255=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #1272FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1272FF is #ED8D00. Grayscale: #646464. Windows color (decimal): -15568129 or 16740882. OLE color: 16740882.

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

Color convert

RGB 18 114 255 -
CMYK 0.93 0.55 0 0
HSL 215.7º 1% 0.54% -
HSV(B) 215.7º 0.93% 1% -
XYZ 24.32 19.38 97.07 -
YUV 101.37 214.7 68.54 -
System Red Green Blue C M Y K H S L
Decimal 18 114 255 0.93 0.55 0 0 215.7 1 0.54
Hex 12 72 FF 5D 37 0 0 D8 64 36
Octal 22 162 377 135 67 0 0 330 144 66
Binary 10010 1110010 11111111 1011101 110111 0 0 11011000 1100100 110110

Color Harmonies of #1272FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272FF

Black with #1272FF

Text Example


Text Example

White with #1272FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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