Html Css Color HEX #093AFE Blue

📋 copy color: '#093AFE'

red 9 ◦ green 58 ◦ blue 254

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

Shades of Blue #093AFE

Tints of Blue #093AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 254 (99.61% from 255) = 79.13%

R = 2.8%
G = 18.07%
B = 79.13%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#093AFE (or 0x093AFE) is known color: Blue. HEX triplet: 09, 3A and FE. RGB value is (9,58,254). Sum of RGB (Red+Green+Blue) = 9+58+254=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #093AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093AFE is #F6C501. Grayscale: #404040. Windows color (decimal): -16172290 or 16661001. OLE color: 16661001.

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

Color convert

RGB 9 58 254 -
CMYK 0.96 0.77 0 0.00
HSL 228º 0.99% 0.52% -
HSV(B) 228º 0.96% 1% -
XYZ 19.52 10.24 94.71 -
YUV 65.69 234.27 87.56 -
System Red Green Blue C M Y K H S L
Decimal 9 58 254 0.96 0.77 0 0.00 228 0.99 0.52
Hex 9 3A FE 60 4D 0 0 E4 63 34
Octal 11 72 376 140 115 0 0 344 143 64
Binary 1001 111010 11111110 1100000 1001101 0 0 11100100 1100011 110100

Color Harmonies of #093AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AFE

Black with #093AFE

Text Example


Text Example

White with #093AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,254); }

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

background-color css

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

 a { background-color: rgb(9,58,254); }

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

border-color css

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

 span { border-color: rgb(9,58,254); }

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