Html Css Color HEX #002ADF Persian Blue

📋 copy color: '#002ADF'

red 0 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #002ADF

Tints of Persian Blue #002ADF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 223 (87.5% from 255) = 84.15%

R = 0%
G = 15.85%
B = 84.15%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#002ADF (or 0x002ADF) is known color: Persian Blue. HEX triplet: 00, 2A and DF. RGB value is (0,42,223). Sum of RGB (Red+Green+Blue) = 0+42+223=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #002ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ADF is #FFD520. Grayscale: #313131. Windows color (decimal): -16766241 or 14625280. OLE color: 14625280.

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

Color convert

RGB 0 42 223 -
CMYK 1 0.81 0 0.13
HSL 228.7º 1% 0.44% -
HSV(B) 228.7º 1% 0.87% -
XYZ 14.15 6.98 70.41 -
YUV 50.08 225.59 92.28 -
System Red Green Blue C M Y K H S L
Decimal 0 42 223 1 0.81 0 0.13 228.7 1 0.44
Hex 0 2A DF 64 51 0 D E5 64 2C
Octal 0 52 337 144 121 0 15 345 144 54
Binary 0 101010 11011111 1100100 1010001 0 1101 11100101 1100100 101100

Color Harmonies of #002ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ADF

Black with #002ADF

Text Example


Text Example

White with #002ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002ADF; }

 p { color: rgb(0,42,223); }

 H1.HeaderClassName
 {
   color: #002ADF;
 }
 .AnyTagClassName
 {
   color: #002ADF;
 }
</style>

background-color css

<style>
 a { background-color: #002ADF; }

 a { background-color: rgb(0,42,223); }

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

border-color css

<style>
 span { border-color: #002ADF; }

 span { border-color: rgb(0,42,223); }

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