Html Css Color HEX #093DFE Blue

📋 copy color: '#093DFE'

red 9 ◦ green 61 ◦ blue 254

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

Shades of Blue #093DFE

Tints of Blue #093DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

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

R = 2.78%
G = 18.83%
B = 78.4%

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

#093DFE (or 0x093DFE) is known color: Blue. HEX triplet: 09, 3D and FE. RGB value is (9,61,254). Sum of RGB (Red+Green+Blue) = 9+61+254=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #093DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DFE is #F6C201. Grayscale: #424242. Windows color (decimal): -16171522 or 16661769. OLE color: 16661769.

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

Color convert

RGB 9 61 254 -
CMYK 0.96 0.76 0 0.00
HSL 227.27º 0.99% 0.52% -
HSV(B) 227.27º 0.96% 1% -
XYZ 19.67 10.55 94.77 -
YUV 67.45 233.27 86.31 -
System Red Green Blue C M Y K H S L
Decimal 9 61 254 0.96 0.76 0 0.00 227.27 0.99 0.52
Hex 9 3D FE 60 4C 0 0 E3 63 34
Octal 11 75 376 140 114 0 0 343 143 64
Binary 1001 111101 11111110 1100000 1001100 0 0 11100011 1100011 110100

Color Harmonies of #093DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DFE

Black with #093DFE

Text Example


Text Example

White with #093DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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