Html Css Color HEX #063CF2 Persian Blue

📋 copy color: '#063CF2'

red 6 ◦ green 60 ◦ blue 242

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

Shades of Persian Blue #063CF2

Tints of Persian Blue #063CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 242 (94.92% from 255) = 78.57%

R = 1.95%
G = 19.48%
B = 78.57%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#063CF2 (or 0x063CF2) is known color: Persian Blue. HEX triplet: 06, 3C and F2. RGB value is (6,60,242). Sum of RGB (Red+Green+Blue) = 6+60+242=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #063CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CF2 is #F9C30D. Grayscale: #3F3F3F. Windows color (decimal): -16368398 or 15875078. OLE color: 15875078.

HSL color Cylindrical-coordinate representation of color #063CF2: hue angle of 226.27º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063CF2 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 60 242 -
CMYK 0.98 0.75 0 0.05
HSL 226.27º 0.95% 0.49% -
HSV(B) 226.27º 0.98% 0.95% -
XYZ 17.72 9.68 84.94 -
YUV 64.6 228.11 86.2 -
System Red Green Blue C M Y K H S L
Decimal 6 60 242 0.98 0.75 0 0.05 226.27 0.95 0.49
Hex 6 3C F2 62 4B 0 5 E2 5F 31
Octal 6 74 362 142 113 0 5 342 137 61
Binary 110 111100 11110010 1100010 1001011 0 101 11100010 1011111 110001

Color Harmonies of #063CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CF2

Black with #063CF2

Text Example


Text Example

White with #063CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,242); }

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

background-color css

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

 a { background-color: rgb(6,60,242); }

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

border-color css

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

 span { border-color: rgb(6,60,242); }

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