Html Css Color HEX #212BD0 Persian Blue

📋 copy color: '#212BD0'

red 33 ◦ green 43 ◦ blue 208

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

Shades of Persian Blue #212BD0

Tints of Persian Blue #212BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 73.24%

R = 11.62%
G = 15.14%
B = 73.24%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#212BD0 (or 0x212BD0) is known color: Persian Blue. HEX triplet: 21, 2B and D0. RGB value is (33,43,208). Sum of RGB (Red+Green+Blue) = 33+43+208=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #212BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BD0 is #DED42F. Grayscale: #3A3A3A. Windows color (decimal): -14603312 or 13642529. OLE color: 13642529.

HSL color Cylindrical-coordinate representation of color #212BD0: hue angle of 236.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212BD0 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 43 208 -
CMYK 0.84 0.79 0 0.18
HSL 236.57º 0.73% 0.47% -
HSV(B) 236.57º 0.84% 0.82% -
XYZ 12.88 6.61 60.27 -
YUV 58.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 33 43 208 0.84 0.79 0 0.18 236.57 0.73 0.47
Hex 21 2B D0 54 4F 0 12 ED 49 2F
Octal 41 53 320 124 117 0 22 355 111 57
Binary 100001 101011 11010000 1010100 1001111 0 10010 11101101 1001001 101111

Color Harmonies of #212BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BD0

Black with #212BD0

Text Example


Text Example

White with #212BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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