Html Css Color HEX #1273FA Dodger Blue

📋 copy color: '#1273FA'

red 18 ◦ green 115 ◦ blue 250

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

Shades of Dodger Blue #1273FA

Tints of Dodger Blue #1273FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 4.7%
G = 30.03%
B = 65.27%

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

#1273FA (or 0x1273FA) is known color: Dodger Blue. HEX triplet: 12, 73 and FA. RGB value is (18,115,250). Sum of RGB (Red+Green+Blue) = 18+115+250=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #1273FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1273FA is #ED8C05. Grayscale: #646464. Windows color (decimal): -15567878 or 16413458. OLE color: 16413458.

HSL color Cylindrical-coordinate representation of color #1273FA: hue angle of 214.91º 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 #1273FA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 115 250 -
CMYK 0.93 0.54 0 0.02
HSL 214.91º 0.96% 0.53% -
HSV(B) 214.91º 0.93% 0.98% -
XYZ 23.64 19.29 92.92 -
YUV 101.39 211.86 68.52 -
System Red Green Blue C M Y K H S L
Decimal 18 115 250 0.93 0.54 0 0.02 214.91 0.96 0.53
Hex 12 73 FA 5D 36 0 2 D7 60 35
Octal 22 163 372 135 66 0 2 327 140 65
Binary 10010 1110011 11111010 1011101 110110 0 10 11010111 1100000 110101

Color Harmonies of #1273FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1273FA

Black with #1273FA

Text Example


Text Example

White with #1273FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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