Html Css Color HEX #1213FA Blue

📋 copy color: '#1213FA'

red 18 ◦ green 19 ◦ blue 250

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

Shades of Blue #1213FA

Tints of Blue #1213FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 6.27%
G = 6.62%
B = 87.11%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1213FA (or 0x1213FA) is known color: Blue. HEX triplet: 12, 13 and FA. RGB value is (18,19,250). Sum of RGB (Red+Green+Blue) = 18+19+250=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #1213FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213FA is #EDEC05. Grayscale: #2C2C2C. Windows color (decimal): -15592454 or 16388882. OLE color: 16388882.

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

Color convert

RGB 18 19 250 -
CMYK 0.93 0.92 0 0.02
HSL 239.74º 0.96% 0.53% -
HSV(B) 239.74º 0.93% 0.98% -
XYZ 17.74 7.5 90.95 -
YUV 45.04 243.67 108.72 -
System Red Green Blue C M Y K H S L
Decimal 18 19 250 0.93 0.92 0 0.02 239.74 0.96 0.53
Hex 12 13 FA 5D 5C 0 2 F0 60 35
Octal 22 23 372 135 134 0 2 360 140 65
Binary 10010 10011 11111010 1011101 1011100 0 10 11110000 1100000 110101

Color Harmonies of #1213FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1213FA

Black with #1213FA

Text Example


Text Example

White with #1213FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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