Html Css Color HEX #212BF0 Persian Blue

📋 copy color: '#212BF0'

red 33 ◦ green 43 ◦ blue 240

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

Shades of Persian Blue #212BF0

Tints of Persian Blue #212BF0

RGB

 RED value IS 33 (13.28% from 255) = 10.44%

 GREEN value IS 43 (17.19% from 255) = 13.61%

 BLUE value IS 240 (94.14% from 255) = 75.95%

R = 10.44%
G = 13.61%
B = 75.95%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#212BF0 (or 0x212BF0) is known color: Persian Blue. HEX triplet: 21, 2B and F0. RGB value is (33,43,240). Sum of RGB (Red+Green+Blue) = 33+43+240=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 240 (94.14% from 255 or 75.95% from 316); Max value from RGB is 240 - color contains mainly: blue. Hex color #212BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212BF0 is #DED40F. Grayscale: #3D3D3D. Windows color (decimal): -14603280 or 15739681. OLE color: 15739681.

HSL color Cylindrical-coordinate representation of color #212BF0: hue angle of 237.1º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212BF0 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 43 240 -
CMYK 0.86 0.82 0 0.06
HSL 237.1º 0.87% 0.54% -
HSV(B) 237.1º 0.86% 0.94% -
XYZ 17.22 8.34 83.14 -
YUV 62.47 228.19 106.98 -
System Red Green Blue C M Y K H S L
Decimal 33 43 240 0.86 0.82 0 0.06 237.1 0.87 0.54
Hex 21 2B F0 56 52 0 6 ED 57 36
Octal 41 53 360 126 122 0 6 355 127 66
Binary 100001 101011 11110000 1010110 1010010 0 110 11101101 1010111 110110

Color Harmonies of #212BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BF0

Black with #212BF0

Text Example


Text Example

White with #212BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212BF0; }

 p { color: rgb(33,43,240); }

 H1.HeaderClassName
 {
   color: #212BF0;
 }
 .AnyTagClassName
 {
   color: #212BF0;
 }
</style>

background-color css

<style>
 a { background-color: #212BF0; }

 a { background-color: rgb(33,43,240); }

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

border-color css

<style>
 span { border-color: #212BF0; }

 span { border-color: rgb(33,43,240); }

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