Html Css Color HEX #212BEE Persian Blue

📋 copy color: '#212BEE'

red 33 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #212BEE

Tints of Persian Blue #212BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.8%

R = 10.51%
G = 13.69%
B = 75.8%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#212BEE (or 0x212BEE) is known color: Persian Blue. HEX triplet: 21, 2B and EE. RGB value is (33,43,238). Sum of RGB (Red+Green+Blue) = 33+43+238=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #212BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212BEE is #DED411. Grayscale: #3D3D3D. Windows color (decimal): -14603282 or 15608609. OLE color: 15608609.

HSL color Cylindrical-coordinate representation of color #212BEE: hue angle of 237.07º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212BEE is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 43 238 -
CMYK 0.86 0.82 0 0.07
HSL 237.07º 0.86% 0.53% -
HSV(B) 237.07º 0.86% 0.93% -
XYZ 16.92 8.22 81.58 -
YUV 62.24 227.19 107.14 -
System Red Green Blue C M Y K H S L
Decimal 33 43 238 0.86 0.82 0 0.07 237.07 0.86 0.53
Hex 21 2B EE 56 52 0 7 ED 56 35
Octal 41 53 356 126 122 0 7 355 126 65
Binary 100001 101011 11101110 1010110 1010010 0 111 11101101 1010110 110101

Color Harmonies of #212BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BEE

Black with #212BEE

Text Example


Text Example

White with #212BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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