Html Css Color HEX #1272FA Dodger Blue

📋 copy color: '#1272FA'

red 18 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #1272FA

Tints of Dodger Blue #1272FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 4.71%
G = 29.84%
B = 65.45%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1272FA (or 0x1272FA) is known color: Dodger Blue. HEX triplet: 12, 72 and FA. RGB value is (18,114,250). Sum of RGB (Red+Green+Blue) = 18+114+250=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #1272FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1272FA is #ED8D05. Grayscale: #646464. Windows color (decimal): -15568134 or 16413202. OLE color: 16413202.

HSL color Cylindrical-coordinate representation of color #1272FA: hue angle of 215.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1272FA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 114 250 -
CMYK 0.93 0.54 0 0.02
HSL 215.17º 0.96% 0.53% -
HSV(B) 215.17º 0.93% 0.98% -
XYZ 23.52 19.07 92.88 -
YUV 100.8 212.2 68.94 -
System Red Green Blue C M Y K H S L
Decimal 18 114 250 0.93 0.54 0 0.02 215.17 0.96 0.53
Hex 12 72 FA 5D 36 0 2 D7 60 35
Octal 22 162 372 135 66 0 2 327 140 65
Binary 10010 1110010 11111010 1011101 110110 0 10 11010111 1100000 110101

Color Harmonies of #1272FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272FA

Black with #1272FA

Text Example


Text Example

White with #1272FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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