Html Css Color HEX #0B2FDD Persian Blue

📋 copy color: '#0B2FDD'

red 11 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #0B2FDD

Tints of Persian Blue #0B2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.85%

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

R = 3.94%
G = 16.85%
B = 79.21%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B2FDD (or 0x0B2FDD) is known color: Persian Blue. HEX triplet: 0B, 2F and DD. RGB value is (11,47,221). Sum of RGB (Red+Green+Blue) = 11+47+221=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B2FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2FDD is #F4D022. Grayscale: #373737. Windows color (decimal): -16044067 or 14495499. OLE color: 14495499.

HSL color Cylindrical-coordinate representation of color #0B2FDD: hue angle of 229.71º 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 #0B2FDD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 47 221 -
CMYK 0.95 0.79 0 0.13
HSL 229.71º 0.91% 0.45% -
HSV(B) 229.71º 0.95% 0.87% -
XYZ 14.21 7.32 69.07 -
YUV 56.07 221.07 95.85 -
System Red Green Blue C M Y K H S L
Decimal 11 47 221 0.95 0.79 0 0.13 229.71 0.91 0.45
Hex B 2F DD 5F 4F 0 D E6 5B 2D
Octal 13 57 335 137 117 0 15 346 133 55
Binary 1011 101111 11011101 1011111 1001111 0 1101 11100110 1011011 101101

Color Harmonies of #0B2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2FDD

Black with #0B2FDD

Text Example


Text Example

White with #0B2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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