Html Css Color HEX #1213FC Blue

📋 copy color: '#1213FC'

red 18 ◦ green 19 ◦ blue 252

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

Shades of Blue #1213FC

Tints of Blue #1213FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 87.2%

R = 6.23%
G = 6.57%
B = 87.2%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1213FC (or 0x1213FC) is known color: Blue. HEX triplet: 12, 13 and FC. RGB value is (18,19,252). Sum of RGB (Red+Green+Blue) = 18+19+252=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 252 (98.83% from 255 or 87.20% from 289); Max value from RGB is 252 - color contains mainly: blue. Hex color #1213FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213FC is #EDEC03. Grayscale: #2C2C2C. Windows color (decimal): -15592452 or 16519954. OLE color: 16519954.

HSL color Cylindrical-coordinate representation of color #1213FC: hue angle of 239.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1213FC is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 19 252 -
CMYK 0.93 0.92 0 0.01
HSL 239.74º 0.98% 0.53% -
HSV(B) 239.74º 0.93% 0.99% -
XYZ 18.05 7.62 92.62 -
YUV 45.26 244.67 108.55 -
System Red Green Blue C M Y K H S L
Decimal 18 19 252 0.93 0.92 0 0.01 239.74 0.98 0.53
Hex 12 13 FC 5D 5C 0 1 F0 62 35
Octal 22 23 374 135 134 0 1 360 142 65
Binary 10010 10011 11111100 1011101 1011100 0 1 11110000 1100010 110101

Color Harmonies of #1213FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1213FC

Black with #1213FC

Text Example


Text Example

White with #1213FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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