Html Css Color HEX #0D2ADE Persian Blue

📋 copy color: '#0D2ADE'

red 13 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #0D2ADE

Tints of Persian Blue #0D2ADE

RGB

 RED value IS 13 (5.47% from 255) = 4.69%

 GREEN value IS 42 (16.8% from 255) = 15.16%

 BLUE value IS 222 (87.11% from 255) = 80.14%

R = 4.69%
G = 15.16%
B = 80.14%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D2ADE (or 0x0D2ADE) is known color: Persian Blue. HEX triplet: 0D, 2A and DE. RGB value is (13,42,222). Sum of RGB (Red+Green+Blue) = 13+42+222=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D2ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ADE is #F2D521. Grayscale: #353535. Windows color (decimal): -15914274 or 14559757. OLE color: 14559757.

HSL color Cylindrical-coordinate representation of color #0D2ADE: hue angle of 231.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2ADE is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 42 222 -
CMYK 0.94 0.81 0 0.13
HSL 231.67º 0.89% 0.46% -
HSV(B) 231.67º 0.94% 0.87% -
XYZ 14.18 7.02 69.71 -
YUV 53.85 222.89 98.86 -
System Red Green Blue C M Y K H S L
Decimal 13 42 222 0.94 0.81 0 0.13 231.67 0.89 0.46
Hex D 2A DE 5E 51 0 D E8 59 2E
Octal 15 52 336 136 121 0 15 350 131 56
Binary 1101 101010 11011110 1011110 1010001 0 1101 11101000 1011001 101110

Color Harmonies of #0D2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2ADE

Black with #0D2ADE

Text Example


Text Example

White with #0D2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,42,222); }

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

background-color css

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

 a { background-color: rgb(13,42,222); }

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

border-color css

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

 span { border-color: rgb(13,42,222); }

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