Html Css Color HEX #002FDA Persian Blue

📋 copy color: '#002FDA'

red 0 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #002FDA

Tints of Persian Blue #002FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

 BLUE value IS 218 (85.55% from 255) = 82.26%

R = 0%
G = 17.74%
B = 82.26%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#002FDA (or 0x002FDA) is known color: Persian Blue. HEX triplet: 00, 2F and DA. RGB value is (0,47,218). Sum of RGB (Red+Green+Blue) = 0+47+218=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #002FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FDA is #FFD025. Grayscale: #333333. Windows color (decimal): -16764966 or 14298880. OLE color: 14298880.

HSL color Cylindrical-coordinate representation of color #002FDA: hue angle of 227.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FDA is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 47 218 -
CMYK 1 0.78 0 0.15
HSL 227.06º 1% 0.43% -
HSV(B) 227.06º 1% 0.85% -
XYZ 13.67 7.09 66.98 -
YUV 52.44 221.43 90.6 -
System Red Green Blue C M Y K H S L
Decimal 0 47 218 1 0.78 0 0.15 227.06 1 0.43
Hex 0 2F DA 64 4E 0 F E3 64 2B
Octal 0 57 332 144 116 0 17 343 144 53
Binary 0 101111 11011010 1100100 1001110 0 1111 11100011 1100100 101011

Color Harmonies of #002FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FDA

Black with #002FDA

Text Example


Text Example

White with #002FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,47,218); }

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

background-color css

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

 a { background-color: rgb(0,47,218); }

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

border-color css

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

 span { border-color: rgb(0,47,218); }

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