Html Css Color HEX #093EFE Blue

📋 copy color: '#093EFE'

red 9 ◦ green 62 ◦ blue 254

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

Shades of Blue #093EFE

Tints of Blue #093EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 2.77%
G = 19.08%
B = 78.15%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#093EFE (or 0x093EFE) is known color: Blue. HEX triplet: 09, 3E and FE. RGB value is (9,62,254). Sum of RGB (Red+Green+Blue) = 9+62+254=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #093EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EFE is #F6C101. Grayscale: #434343. Windows color (decimal): -16171266 or 16662025. OLE color: 16662025.

HSL color Cylindrical-coordinate representation of color #093EFE: hue angle of 227.02º 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 #093EFE is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 62 254 -
CMYK 0.96 0.76 0 0.00
HSL 227.02º 0.99% 0.52% -
HSV(B) 227.02º 0.96% 1% -
XYZ 19.72 10.66 94.78 -
YUV 68.04 232.94 85.89 -
System Red Green Blue C M Y K H S L
Decimal 9 62 254 0.96 0.76 0 0.00 227.02 0.99 0.52
Hex 9 3E FE 60 4C 0 0 E3 63 34
Octal 11 76 376 140 114 0 0 343 143 64
Binary 1001 111110 11111110 1100000 1001100 0 0 11100011 1100011 110100

Color Harmonies of #093EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EFE

Black with #093EFE

Text Example


Text Example

White with #093EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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