Html Css Color HEX #0240CF Persian Blue

📋 copy color: '#0240CF'

red 2 ◦ green 64 ◦ blue 207

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

Shades of Persian Blue #0240CF

Tints of Persian Blue #0240CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.82%

R = 0.73%
G = 23.44%
B = 75.82%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0240CF (or 0x0240CF) is known color: Persian Blue. HEX triplet: 02, 40 and CF. RGB value is (2,64,207). Sum of RGB (Red+Green+Blue) = 2+64+207=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #0240CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240CF is #FDBF30. Grayscale: #3D3D3D. Windows color (decimal): -16629553 or 13582338. OLE color: 13582338.

HSL color Cylindrical-coordinate representation of color #0240CF: hue angle of 221.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240CF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 64 207 -
CMYK 0.99 0.69 0 0.19
HSL 221.85º 0.98% 0.41% -
HSV(B) 221.85º 0.99% 0.81% -
XYZ 13.12 8.18 59.92 -
YUV 61.76 209.96 85.37 -
System Red Green Blue C M Y K H S L
Decimal 2 64 207 0.99 0.69 0 0.19 221.85 0.98 0.41
Hex 2 40 CF 63 45 0 13 DE 62 29
Octal 2 100 317 143 105 0 23 336 142 51
Binary 10 1000000 11001111 1100011 1000101 0 10011 11011110 1100010 101001

Color Harmonies of #0240CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240CF

Black with #0240CF

Text Example


Text Example

White with #0240CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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