Html Css Color HEX #0A2CDD Persian Blue

📋 copy color: '#0A2CDD'

red 10 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #0A2CDD

Tints of Persian Blue #0A2CDD

RGB

 RED value IS 10 (4.3% from 255) = 3.64%

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

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

R = 3.64%
G = 16%
B = 80.36%

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

#0A2CDD (or 0x0A2CDD) is known color: Persian Blue. HEX triplet: 0A, 2C and DD. RGB value is (10,44,221). Sum of RGB (Red+Green+Blue) = 10+44+221=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A2CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2CDD is #F5D322. Grayscale: #353535. Windows color (decimal): -16110371 or 14494730. OLE color: 14494730.

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

Color convert

RGB 10 44 221 -
CMYK 0.95 0.80 0 0.13
HSL 230.33º 0.91% 0.45% -
HSV(B) 230.33º 0.95% 0.87% -
XYZ 14.08 7.09 69.03 -
YUV 54.01 222.24 96.61 -
System Red Green Blue C M Y K H S L
Decimal 10 44 221 0.95 0.80 0 0.13 230.33 0.91 0.45
Hex A 2C DD 5F 50 0 D E6 5B 2D
Octal 12 54 335 137 120 0 15 346 133 55
Binary 1010 101100 11011101 1011111 1010000 0 1101 11100110 1011011 101101

Color Harmonies of #0A2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2CDD

Black with #0A2CDD

Text Example


Text Example

White with #0A2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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