Html Css Color HEX #002BD0 Persian Blue

📋 copy color: '#002BD0'

red 0 ◦ green 43 ◦ blue 208

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

Shades of Persian Blue #002BD0

Tints of Persian Blue #002BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.13%

 BLUE value IS 208 (81.64% from 255) = 82.87%

R = 0%
G = 17.13%
B = 82.87%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#002BD0 (or 0x002BD0) is known color: Persian Blue. HEX triplet: 00, 2B and D0. RGB value is (0,43,208). Sum of RGB (Red+Green+Blue) = 0+43+208=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 208 (81.64% from 255 or 82.87% from 251); Max value from RGB is 208 - color contains mainly: blue. Hex color #002BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BD0 is #FFD42F. Grayscale: #303030. Windows color (decimal): -16766000 or 13642496. OLE color: 13642496.

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

Color convert

RGB 0 43 208 -
CMYK 1 0.79 0 0.18
HSL 227.6º 1% 0.41% -
HSV(B) 227.6º 1% 0.82% -
XYZ 12.25 6.28 60.24 -
YUV 48.95 217.75 93.08 -
System Red Green Blue C M Y K H S L
Decimal 0 43 208 1 0.79 0 0.18 227.6 1 0.41
Hex 0 2B D0 64 4F 0 12 E4 64 29
Octal 0 53 320 144 117 0 22 344 144 51
Binary 0 101011 11010000 1100100 1001111 0 10010 11100100 1100100 101001

Color Harmonies of #002BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BD0

Black with #002BD0

Text Example


Text Example

White with #002BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,43,208); }

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

background-color css

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

 a { background-color: rgb(0,43,208); }

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

border-color css

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

 span { border-color: rgb(0,43,208); }

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