Html Css Color HEX #093CF8 Blue

📋 copy color: '#093CF8'

red 9 ◦ green 60 ◦ blue 248

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

Shades of Blue #093CF8

Tints of Blue #093CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 78.23%

R = 2.84%
G = 18.93%
B = 78.23%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#093CF8 (or 0x093CF8) is known color: Blue. HEX triplet: 09, 3C and F8. RGB value is (9,60,248). Sum of RGB (Red+Green+Blue) = 9+60+248=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 248 (97.27% from 255 or 78.23% from 317); Max value from RGB is 248 - color contains mainly: blue. Hex color #093CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CF8 is #F6C307. Grayscale: #414141. Windows color (decimal): -16171784 or 16268297. OLE color: 16268297.

HSL color Cylindrical-coordinate representation of color #093CF8: hue angle of 227.2º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CF8 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 60 248 -
CMYK 0.96 0.76 0 0.03
HSL 227.2º 0.94% 0.5% -
HSV(B) 227.2º 0.96% 0.97% -
XYZ 18.67 10.07 89.77 -
YUV 66.18 230.6 87.21 -
System Red Green Blue C M Y K H S L
Decimal 9 60 248 0.96 0.76 0 0.03 227.2 0.94 0.5
Hex 9 3C F8 60 4C 0 3 E3 5E 32
Octal 11 74 370 140 114 0 3 343 136 62
Binary 1001 111100 11111000 1100000 1001100 0 11 11100011 1011110 110010

Color Harmonies of #093CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CF8

Black with #093CF8

Text Example


Text Example

White with #093CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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