Html Css Color HEX #0925DB Medium Blue

📋 copy color: '#0925DB'

red 9 ◦ green 37 ◦ blue 219

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

Shades of Medium Blue #0925DB

Tints of Medium Blue #0925DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 219 (85.94% from 255) = 82.64%

R = 3.4%
G = 13.96%
B = 82.64%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0925DB (or 0x0925DB) is known color: Medium Blue. HEX triplet: 09, 25 and DB. RGB value is (9,37,219). Sum of RGB (Red+Green+Blue) = 9+37+219=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #0925DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925DB is #F6DA24. Grayscale: #303030. Windows color (decimal): -16177701 or 14361865. OLE color: 14361865.

HSL color Cylindrical-coordinate representation of color #0925DB: hue angle of 232º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0925DB is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 37 219 -
CMYK 0.96 0.83 0 0.14
HSL 232º 0.92% 0.45% -
HSV(B) 232º 0.96% 0.86% -
XYZ 13.56 6.5 67.56 -
YUV 49.38 223.72 99.2 -
System Red Green Blue C M Y K H S L
Decimal 9 37 219 0.96 0.83 0 0.14 232 0.92 0.45
Hex 9 25 DB 60 53 0 E E8 5C 2D
Octal 11 45 333 140 123 0 16 350 134 55
Binary 1001 100101 11011011 1100000 1010011 0 1110 11101000 1011100 101101

Color Harmonies of #0925DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0925DB

Black with #0925DB

Text Example


Text Example

White with #0925DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0925DB; }

 p { color: rgb(9,37,219); }

 H1.HeaderClassName
 {
   color: #0925DB;
 }
 .AnyTagClassName
 {
   color: #0925DB;
 }
</style>

background-color css

<style>
 a { background-color: #0925DB; }

 a { background-color: rgb(9,37,219); }

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

border-color css

<style>
 span { border-color: #0925DB; }

 span { border-color: rgb(9,37,219); }

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