Html Css Color HEX #093CF2 Persian Blue

📋 copy color: '#093CF2'

red 9 ◦ green 60 ◦ blue 242

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

Shades of Persian Blue #093CF2

Tints of Persian Blue #093CF2

RGB

 RED value IS 9 (3.91% from 255) = 2.89%

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

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

R = 2.89%
G = 19.29%
B = 77.81%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#093CF2 (or 0x093CF2) is known color: Persian Blue. HEX triplet: 09, 3C and F2. RGB value is (9,60,242). Sum of RGB (Red+Green+Blue) = 9+60+242=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 242 (94.92% from 255 or 77.81% from 311); Max value from RGB is 242 - color contains mainly: blue. Hex color #093CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CF2 is #F6C30D. Grayscale: #404040. Windows color (decimal): -16171790 or 15875081. OLE color: 15875081.

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

Color convert

RGB 9 60 242 -
CMYK 0.96 0.75 0 0.05
HSL 226.87º 0.93% 0.49% -
HSV(B) 226.87º 0.96% 0.95% -
XYZ 17.76 9.7 84.94 -
YUV 65.5 227.6 87.7 -
System Red Green Blue C M Y K H S L
Decimal 9 60 242 0.96 0.75 0 0.05 226.87 0.93 0.49
Hex 9 3C F2 60 4B 0 5 E3 5D 31
Octal 11 74 362 140 113 0 5 343 135 61
Binary 1001 111100 11110010 1100000 1001011 0 101 11100011 1011101 110001

Color Harmonies of #093CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CF2

Black with #093CF2

Text Example


Text Example

White with #093CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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