Html Css Color HEX #093CEE Persian Blue

📋 copy color: '#093CEE'

red 9 ◦ green 60 ◦ blue 238

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

Shades of Persian Blue #093CEE

Tints of Persian Blue #093CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 77.52%

R = 2.93%
G = 19.54%
B = 77.52%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#093CEE (or 0x093CEE) is known color: Persian Blue. HEX triplet: 09, 3C and EE. RGB value is (9,60,238). Sum of RGB (Red+Green+Blue) = 9+60+238=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #093CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CEE is #F6C311. Grayscale: #404040. Windows color (decimal): -16171794 or 15612937. OLE color: 15612937.

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

Color convert

RGB 9 60 238 -
CMYK 0.96 0.75 0 0.07
HSL 226.64º 0.93% 0.48% -
HSV(B) 226.64º 0.96% 0.93% -
XYZ 17.16 9.46 81.81 -
YUV 65.04 225.6 88.03 -
System Red Green Blue C M Y K H S L
Decimal 9 60 238 0.96 0.75 0 0.07 226.64 0.93 0.48
Hex 9 3C EE 60 4B 0 7 E3 5D 30
Octal 11 74 356 140 113 0 7 343 135 60
Binary 1001 111100 11101110 1100000 1001011 0 111 11100011 1011101 110000

Color Harmonies of #093CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CEE

Black with #093CEE

Text Example


Text Example

White with #093CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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