Html Css Color HEX #0630DC Persian Blue

📋 copy color: '#0630DC'

red 6 ◦ green 48 ◦ blue 220

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

Shades of Persian Blue #0630DC

Tints of Persian Blue #0630DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 2.19%
G = 17.52%
B = 80.29%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0630DC (or 0x0630DC) is known color: Persian Blue. HEX triplet: 06, 30 and DC. RGB value is (6,48,220). Sum of RGB (Red+Green+Blue) = 6+48+220=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #0630DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630DC is #F9CF23. Grayscale: #363636. Windows color (decimal): -16371492 or 14430214. OLE color: 14430214.

HSL color Cylindrical-coordinate representation of color #0630DC: hue angle of 228.22º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630DC is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 48 220 -
CMYK 0.97 0.78 0 0.14
HSL 228.22º 0.95% 0.44% -
HSV(B) 228.22º 0.97% 0.86% -
XYZ 14.05 7.32 68.38 -
YUV 55.05 221.09 93.01 -
System Red Green Blue C M Y K H S L
Decimal 6 48 220 0.97 0.78 0 0.14 228.22 0.95 0.44
Hex 6 30 DC 61 4E 0 E E4 5F 2C
Octal 6 60 334 141 116 0 16 344 137 54
Binary 110 110000 11011100 1100001 1001110 0 1110 11100100 1011111 101100

Color Harmonies of #0630DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0630DC

Black with #0630DC

Text Example


Text Example

White with #0630DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0630DC; }

 p { color: rgb(6,48,220); }

 H1.HeaderClassName
 {
   color: #0630DC;
 }
 .AnyTagClassName
 {
   color: #0630DC;
 }
</style>

background-color css

<style>
 a { background-color: #0630DC; }

 a { background-color: rgb(6,48,220); }

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

border-color css

<style>
 span { border-color: #0630DC; }

 span { border-color: rgb(6,48,220); }

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