Html Css Color HEX #093DFC Blue

📋 copy color: '#093DFC'

red 9 ◦ green 61 ◦ blue 252

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

Shades of Blue #093DFC

Tints of Blue #093DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 78.26%

R = 2.8%
G = 18.94%
B = 78.26%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#093DFC (or 0x093DFC) is known color: Blue. HEX triplet: 09, 3D and FC. RGB value is (9,61,252). Sum of RGB (Red+Green+Blue) = 9+61+252=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #093DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DFC is #F6C203. Grayscale: #424242. Windows color (decimal): -16171524 or 16530697. OLE color: 16530697.

HSL color Cylindrical-coordinate representation of color #093DFC: hue angle of 227.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093DFC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 61 252 -
CMYK 0.96 0.76 0 0.01
HSL 227.16º 0.98% 0.51% -
HSV(B) 227.16º 0.96% 0.99% -
XYZ 19.35 10.42 93.09 -
YUV 67.23 232.27 86.47 -
System Red Green Blue C M Y K H S L
Decimal 9 61 252 0.96 0.76 0 0.01 227.16 0.98 0.51
Hex 9 3D FC 60 4C 0 1 E3 62 33
Octal 11 75 374 140 114 0 1 343 142 63
Binary 1001 111101 11111100 1100000 1001100 0 1 11100011 1100010 110011

Color Harmonies of #093DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DFC

Black with #093DFC

Text Example


Text Example

White with #093DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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