Html Css Color HEX #0240CA Persian Blue

📋 copy color: '#0240CA'

red 2 ◦ green 64 ◦ blue 202

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

Shades of Persian Blue #0240CA

Tints of Persian Blue #0240CA

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 202 (79.3% from 255) = 75.37%

R = 0.75%
G = 23.88%
B = 75.37%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0240CA (or 0x0240CA) is known color: Persian Blue. HEX triplet: 02, 40 and CA. RGB value is (2,64,202). Sum of RGB (Red+Green+Blue) = 2+64+202=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #0240CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240CA is #FDBF35. Grayscale: #3C3C3C. Windows color (decimal): -16629558 or 13254658. OLE color: 13254658.

HSL color Cylindrical-coordinate representation of color #0240CA: hue angle of 221.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240CA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 64 202 -
CMYK 0.99 0.68 0 0.21
HSL 221.4º 0.98% 0.4% -
HSV(B) 221.4º 0.99% 0.79% -
XYZ 12.52 7.94 56.75 -
YUV 61.19 207.46 85.78 -
System Red Green Blue C M Y K H S L
Decimal 2 64 202 0.99 0.68 0 0.21 221.4 0.98 0.4
Hex 2 40 CA 63 44 0 15 DD 62 28
Octal 2 100 312 143 104 0 25 335 142 50
Binary 10 1000000 11001010 1100011 1000100 0 10101 11011101 1100010 101000

Color Harmonies of #0240CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240CA

Black with #0240CA

Text Example


Text Example

White with #0240CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0240CA; }

 p { color: rgb(2,64,202); }

 H1.HeaderClassName
 {
   color: #0240CA;
 }
 .AnyTagClassName
 {
   color: #0240CA;
 }
</style>

background-color css

<style>
 a { background-color: #0240CA; }

 a { background-color: rgb(2,64,202); }

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

border-color css

<style>
 span { border-color: #0240CA; }

 span { border-color: rgb(2,64,202); }

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