Html Css Color HEX #093CFB Blue

📋 copy color: '#093CFB'

red 9 ◦ green 60 ◦ blue 251

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

Shades of Blue #093CFB

Tints of Blue #093CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.44%

R = 2.81%
G = 18.75%
B = 78.44%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#093CFB (or 0x093CFB) is known color: Blue. HEX triplet: 09, 3C and FB. RGB value is (9,60,251). Sum of RGB (Red+Green+Blue) = 9+60+251=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #093CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CFB is #F6C304. Grayscale: #414141. Windows color (decimal): -16171781 or 16464905. OLE color: 16464905.

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

Color convert

RGB 9 60 251 -
CMYK 0.96 0.76 0 0.02
HSL 227.36º 0.97% 0.51% -
HSV(B) 227.36º 0.96% 0.98% -
XYZ 19.14 10.25 92.24 -
YUV 66.53 232.1 86.97 -
System Red Green Blue C M Y K H S L
Decimal 9 60 251 0.96 0.76 0 0.02 227.36 0.97 0.51
Hex 9 3C FB 60 4C 0 2 E3 61 33
Octal 11 74 373 140 114 0 2 343 141 63
Binary 1001 111100 11111011 1100000 1001100 0 10 11100011 1100001 110011

Color Harmonies of #093CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CFB

Black with #093CFB

Text Example


Text Example

White with #093CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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