Html Css Color HEX #212CEE Persian Blue

📋 copy color: '#212CEE'

red 33 ◦ green 44 ◦ blue 238

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

Shades of Persian Blue #212CEE

Tints of Persian Blue #212CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

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

R = 10.48%
G = 13.97%
B = 75.56%

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

#212CEE (or 0x212CEE) is known color: Persian Blue. HEX triplet: 21, 2C and EE. RGB value is (33,44,238). Sum of RGB (Red+Green+Blue) = 33+44+238=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #212CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212CEE is #DED311. Grayscale: #3E3E3E. Windows color (decimal): -14603026 or 15608865. OLE color: 15608865.

HSL color Cylindrical-coordinate representation of color #212CEE: hue angle of 236.78º 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 #212CEE is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 44 238 -
CMYK 0.86 0.82 0 0.07
HSL 236.78º 0.86% 0.53% -
HSV(B) 236.78º 0.86% 0.93% -
XYZ 16.96 8.3 81.6 -
YUV 62.83 226.86 106.73 -
System Red Green Blue C M Y K H S L
Decimal 33 44 238 0.86 0.82 0 0.07 236.78 0.86 0.53
Hex 21 2C EE 56 52 0 7 ED 56 35
Octal 41 54 356 126 122 0 7 355 126 65
Binary 100001 101100 11101110 1010110 1010010 0 111 11101101 1010110 110101

Color Harmonies of #212CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212CEE

Black with #212CEE

Text Example


Text Example

White with #212CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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