Html Css Color HEX #093FFF Blue

📋 copy color: '#093FFF'

red 9 ◦ green 63 ◦ blue 255

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

Shades of Blue #093FFF

Tints of Blue #093FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 255 (100% from 255) = 77.98%

R = 2.75%
G = 19.27%
B = 77.98%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#093FFF (or 0x093FFF) is known color: Blue. HEX triplet: 09, 3F and FF. RGB value is (9,63,255). Sum of RGB (Red+Green+Blue) = 9+63+255=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #093FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FFF is #F6C000. Grayscale: #434343. Windows color (decimal): -16171009 or 16727817. OLE color: 16727817.

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

Color convert

RGB 9 63 255 -
CMYK 0.96 0.75 0 0
HSL 226.83º 1% 0.52% -
HSV(B) 226.83º 0.96% 1% -
XYZ 19.94 10.83 95.65 -
YUV 68.74 233.11 85.39 -
System Red Green Blue C M Y K H S L
Decimal 9 63 255 0.96 0.75 0 0 226.83 1 0.52
Hex 9 3F FF 60 4B 0 0 E3 64 34
Octal 11 77 377 140 113 0 0 343 144 64
Binary 1001 111111 11111111 1100000 1001011 0 0 11100011 1100100 110100

Color Harmonies of #093FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FFF

Black with #093FFF

Text Example


Text Example

White with #093FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,63,255); }

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

background-color css

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

 a { background-color: rgb(9,63,255); }

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

border-color css

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

 span { border-color: rgb(9,63,255); }

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