Html Css Color HEX #0028CF Persian Blue

📋 copy color: '#0028CF'

red 0 ◦ green 40 ◦ blue 207

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

Shades of Persian Blue #0028CF

Tints of Persian Blue #0028CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 0%
G = 16.19%
B = 83.81%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0028CF (or 0x0028CF) is known color: Persian Blue. HEX triplet: 00, 28 and CF. RGB value is (0,40,207). Sum of RGB (Red+Green+Blue) = 0+40+207=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #0028CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028CF is #FFD730. Grayscale: #2E2E2E. Windows color (decimal): -16766769 or 13576192. OLE color: 13576192.

HSL color Cylindrical-coordinate representation of color #0028CF: hue angle of 228.41º 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 #0028CF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 40 207 -
CMYK 1 0.81 0 0.19
HSL 228.41º 1% 0.41% -
HSV(B) 228.41º 1% 0.81% -
XYZ 12.02 6.02 59.56 -
YUV 47.08 218.25 94.42 -
System Red Green Blue C M Y K H S L
Decimal 0 40 207 1 0.81 0 0.19 228.41 1 0.41
Hex 0 28 CF 64 51 0 13 E4 64 29
Octal 0 50 317 144 121 0 23 344 144 51
Binary 0 101000 11001111 1100100 1010001 0 10011 11100100 1100100 101001

Color Harmonies of #0028CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0028CF

Black with #0028CF

Text Example


Text Example

White with #0028CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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