Html Css Color HEX #2030F0 Persian Blue

📋 copy color: '#2030F0'

red 32 ◦ green 48 ◦ blue 240

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

Shades of Persian Blue #2030F0

Tints of Persian Blue #2030F0

RGB

 RED value IS 32 (12.89% from 255) = 10%

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

 BLUE value IS 240 (94.14% from 255) = 75%

R = 10%
G = 15%
B = 75%

CMYK

 C value IS 0.87

 M value IS 0.8

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2030F0 (or 0x2030F0) is known color: Persian Blue. HEX triplet: 20, 30 and F0. RGB value is (32,48,240). Sum of RGB (Red+Green+Blue) = 32+48+240=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 240 (94.14% from 255 or 75% from 320); Max value from RGB is 240 - color contains mainly: blue. Hex color #2030F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2030F0 is #DFCF0F. Grayscale: #404040. Windows color (decimal): -14667536 or 15740960. OLE color: 15740960.

HSL color Cylindrical-coordinate representation of color #2030F0: hue angle of 235.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2030F0 is Cyan = 0.87, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 48 240 -
CMYK 0.87 0.8 0 0.06
HSL 235.38º 0.87% 0.53% -
HSV(B) 235.38º 0.87% 0.94% -
XYZ 17.38 8.71 83.2 -
YUV 65.1 226.7 104.39 -
System Red Green Blue C M Y K H S L
Decimal 32 48 240 0.87 0.8 0 0.06 235.38 0.87 0.53
Hex 20 30 F0 57 50 0 6 EB 57 35
Octal 40 60 360 127 120 0 6 353 127 65
Binary 100000 110000 11110000 1010111 1010000 0 110 11101011 1010111 110101

Color Harmonies of #2030F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2030F0

Black with #2030F0

Text Example


Text Example

White with #2030F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2030F0; }

 p { color: rgb(32,48,240); }

 H1.HeaderClassName
 {
   color: #2030F0;
 }
 .AnyTagClassName
 {
   color: #2030F0;
 }
</style>

background-color css

<style>
 a { background-color: #2030F0; }

 a { background-color: rgb(32,48,240); }

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

border-color css

<style>
 span { border-color: #2030F0; }

 span { border-color: rgb(32,48,240); }

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