Html Css Color HEX #1F21EC Blue

📋 copy color: '#1F21EC'

red 31 ◦ green 33 ◦ blue 236

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

Shades of Blue #1F21EC

Tints of Blue #1F21EC

RGB

 RED value IS 31 (12.5% from 255) = 10.33%

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 236 (92.58% from 255) = 78.67%

R = 10.33%
G = 11%
B = 78.67%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F21EC (or 0x1F21EC) is known color: Blue. HEX triplet: 1F, 21 and EC. RGB value is (31,33,236). Sum of RGB (Red+Green+Blue) = 31+33+236=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F21EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F21EC is #E0DE13. Grayscale: #363636. Windows color (decimal): -14736916 or 15474975. OLE color: 15474975.

HSL color Cylindrical-coordinate representation of color #1F21EC: hue angle of 239.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F21EC is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 33 236 -
CMYK 0.87 0.86 0 0.07
HSL 239.41º 0.84% 0.52% -
HSV(B) 239.41º 0.87% 0.93% -
XYZ 16.25 7.44 79.94 -
YUV 55.54 229.84 110.49 -
System Red Green Blue C M Y K H S L
Decimal 31 33 236 0.87 0.86 0 0.07 239.41 0.84 0.52
Hex 1F 21 EC 57 56 0 7 EF 54 34
Octal 37 41 354 127 126 0 7 357 124 64
Binary 11111 100001 11101100 1010111 1010110 0 111 11101111 1010100 110100

Color Harmonies of #1F21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F21EC

Black with #1F21EC

Text Example


Text Example

White with #1F21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F21EC; }

 p { color: rgb(31,33,236); }

 H1.HeaderClassName
 {
   color: #1F21EC;
 }
 .AnyTagClassName
 {
   color: #1F21EC;
 }
</style>

background-color css

<style>
 a { background-color: #1F21EC; }

 a { background-color: rgb(31,33,236); }

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

border-color css

<style>
 span { border-color: #1F21EC; }

 span { border-color: rgb(31,33,236); }

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