Html Css Color HEX #093DFF Blue

📋 copy color: '#093DFF'

red 9 ◦ green 61 ◦ blue 255

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

Shades of Blue #093DFF

Tints of Blue #093DFF

RGB

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

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

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

R = 2.77%
G = 18.77%
B = 78.46%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#093DFF (or 0x093DFF) is known color: Blue. HEX triplet: 09, 3D and FF. RGB value is (9,61,255). Sum of RGB (Red+Green+Blue) = 9+61+255=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #093DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DFF is #F6C200. Grayscale: #424242. Windows color (decimal): -16171521 or 16727305. OLE color: 16727305.

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

Color convert

RGB 9 61 255 -
CMYK 0.96 0.76 0 0
HSL 227.32º 1% 0.52% -
HSV(B) 227.32º 0.96% 1% -
XYZ 19.83 10.62 95.61 -
YUV 67.57 233.77 86.23 -
System Red Green Blue C M Y K H S L
Decimal 9 61 255 0.96 0.76 0 0 227.32 1 0.52
Hex 9 3D FF 60 4C 0 0 E3 64 34
Octal 11 75 377 140 114 0 0 343 144 64
Binary 1001 111101 11111111 1100000 1001100 0 0 11100011 1100100 110100

Color Harmonies of #093DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DFF

Black with #093DFF

Text Example


Text Example

White with #093DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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