Html Css Color HEX #002CCF Persian Blue

📋 copy color: '#002CCF'

red 0 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #002CCF

Tints of Persian Blue #002CCF

RGB

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

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

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

R = 0%
G = 17.53%
B = 82.47%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#002CCF (or 0x002CCF) is known color: Persian Blue. HEX triplet: 00, 2C and CF. RGB value is (0,44,207). Sum of RGB (Red+Green+Blue) = 0+44+207=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #002CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CCF is #FFD330. Grayscale: #303030. Windows color (decimal): -16765745 or 13577216. OLE color: 13577216.

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

Color convert

RGB 0 44 207 -
CMYK 1 0.79 0 0.19
HSL 227.25º 1% 0.41% -
HSV(B) 227.25º 1% 0.81% -
XYZ 12.16 6.31 59.61 -
YUV 49.43 216.92 92.75 -
System Red Green Blue C M Y K H S L
Decimal 0 44 207 1 0.79 0 0.19 227.25 1 0.41
Hex 0 2C CF 64 4F 0 13 E3 64 29
Octal 0 54 317 144 117 0 23 343 144 51
Binary 0 101100 11001111 1100100 1001111 0 10011 11100011 1100100 101001

Color Harmonies of #002CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CCF

Black with #002CCF

Text Example


Text Example

White with #002CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,44,207); }

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

background-color css

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

 a { background-color: rgb(0,44,207); }

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

border-color css

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

 span { border-color: rgb(0,44,207); }

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