Html Css Color HEX #093CFC Blue

📋 copy color: '#093CFC'

red 9 ◦ green 60 ◦ blue 252

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

Shades of Blue #093CFC

Tints of Blue #093CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 78.5%

R = 2.8%
G = 18.69%
B = 78.5%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#093CFC (or 0x093CFC) is known color: Blue. HEX triplet: 09, 3C and FC. RGB value is (9,60,252). Sum of RGB (Red+Green+Blue) = 9+60+252=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #093CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CFC is #F6C303. Grayscale: #414141. Windows color (decimal): -16171780 or 16530441. OLE color: 16530441.

HSL color Cylindrical-coordinate representation of color #093CFC: hue angle of 227.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CFC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 60 252 -
CMYK 0.96 0.76 0 0.01
HSL 227.41º 0.98% 0.51% -
HSV(B) 227.41º 0.96% 0.99% -
XYZ 19.3 10.32 93.07 -
YUV 66.64 232.6 86.89 -
System Red Green Blue C M Y K H S L
Decimal 9 60 252 0.96 0.76 0 0.01 227.41 0.98 0.51
Hex 9 3C FC 60 4C 0 1 E3 62 33
Octal 11 74 374 140 114 0 1 343 142 63
Binary 1001 111100 11111100 1100000 1001100 0 1 11100011 1100010 110011

Color Harmonies of #093CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CFC

Black with #093CFC

Text Example


Text Example

White with #093CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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