Html Css Color HEX #093CED Persian Blue

📋 copy color: '#093CED'

red 9 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #093CED

Tints of Persian Blue #093CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 2.94%
G = 19.61%
B = 77.45%

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

#093CED (or 0x093CED) is known color: Persian Blue. HEX triplet: 09, 3C and ED. RGB value is (9,60,237). Sum of RGB (Red+Green+Blue) = 9+60+237=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #093CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CED is #F6C312. Grayscale: #404040. Windows color (decimal): -16171795 or 15547401. OLE color: 15547401.

HSL color Cylindrical-coordinate representation of color #093CED: hue angle of 226.58º 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 #093CED is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 60 237 -
CMYK 0.96 0.75 0 0.07
HSL 226.58º 0.93% 0.48% -
HSV(B) 226.58º 0.96% 0.93% -
XYZ 17.01 9.4 81.04 -
YUV 64.93 225.1 88.11 -
System Red Green Blue C M Y K H S L
Decimal 9 60 237 0.96 0.75 0 0.07 226.58 0.93 0.48
Hex 9 3C ED 60 4B 0 7 E3 5D 30
Octal 11 74 355 140 113 0 7 343 135 60
Binary 1001 111100 11101101 1100000 1001011 0 111 11100011 1011101 110000

Color Harmonies of #093CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CED

Black with #093CED

Text Example


Text Example

White with #093CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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