Html Css Color HEX #063ADD Persian Blue

📋 copy color: '#063ADD'

red 6 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #063ADD

Tints of Persian Blue #063ADD

RGB

 RED value IS 6 (2.73% from 255) = 2.11%

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 2.11%
G = 20.35%
B = 77.54%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063ADD (or 0x063ADD) is known color: Persian Blue. HEX triplet: 06, 3A and DD. RGB value is (6,58,221). Sum of RGB (Red+Green+Blue) = 6+58+221=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #063ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ADD is #F9C522. Grayscale: #3C3C3C. Windows color (decimal): -16368931 or 14498310. OLE color: 14498310.

HSL color Cylindrical-coordinate representation of color #063ADD: hue angle of 225.49º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063ADD is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 58 221 -
CMYK 0.97 0.74 0 0.13
HSL 225.49º 0.95% 0.45% -
HSV(B) 225.49º 0.97% 0.87% -
XYZ 14.64 8.29 69.23 -
YUV 61.03 218.27 88.75 -
System Red Green Blue C M Y K H S L
Decimal 6 58 221 0.97 0.74 0 0.13 225.49 0.95 0.45
Hex 6 3A DD 61 4A 0 D E1 5F 2D
Octal 6 72 335 141 112 0 15 341 137 55
Binary 110 111010 11011101 1100001 1001010 0 1101 11100001 1011111 101101

Color Harmonies of #063ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ADD

Black with #063ADD

Text Example


Text Example

White with #063ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063ADD; }

 p { color: rgb(6,58,221); }

 H1.HeaderClassName
 {
   color: #063ADD;
 }
 .AnyTagClassName
 {
   color: #063ADD;
 }
</style>

background-color css

<style>
 a { background-color: #063ADD; }

 a { background-color: rgb(6,58,221); }

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

border-color css

<style>
 span { border-color: #063ADD; }

 span { border-color: rgb(6,58,221); }

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