Html Css Color HEX #0B2CDD Persian Blue

📋 copy color: '#0B2CDD'

red 11 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #0B2CDD

Tints of Persian Blue #0B2CDD

RGB

 RED value IS 11 (4.69% from 255) = 3.99%

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

 BLUE value IS 221 (86.72% from 255) = 80.07%

R = 3.99%
G = 15.94%
B = 80.07%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B2CDD (or 0x0B2CDD) is known color: Persian Blue. HEX triplet: 0B, 2C and DD. RGB value is (11,44,221). Sum of RGB (Red+Green+Blue) = 11+44+221=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B2CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2CDD is #F4D322. Grayscale: #353535. Windows color (decimal): -16044835 or 14494731. OLE color: 14494731.

HSL color Cylindrical-coordinate representation of color #0B2CDD: hue angle of 230.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2CDD is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 44 221 -
CMYK 0.95 0.80 0 0.13
HSL 230.57º 0.91% 0.45% -
HSV(B) 230.57º 0.95% 0.87% -
XYZ 14.09 7.09 69.03 -
YUV 54.31 222.07 97.11 -
System Red Green Blue C M Y K H S L
Decimal 11 44 221 0.95 0.80 0 0.13 230.57 0.91 0.45
Hex B 2C DD 5F 50 0 D E7 5B 2D
Octal 13 54 335 137 120 0 15 347 133 55
Binary 1011 101100 11011101 1011111 1010000 0 1101 11100111 1011011 101101

Color Harmonies of #0B2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2CDD

Black with #0B2CDD

Text Example


Text Example

White with #0B2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B2CDD; }

 p { color: rgb(11,44,221); }

 H1.HeaderClassName
 {
   color: #0B2CDD;
 }
 .AnyTagClassName
 {
   color: #0B2CDD;
 }
</style>

background-color css

<style>
 a { background-color: #0B2CDD; }

 a { background-color: rgb(11,44,221); }

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

border-color css

<style>
 span { border-color: #0B2CDD; }

 span { border-color: rgb(11,44,221); }

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