Html Css Color HEX #0928EE Blue

📋 copy color: '#0928EE'

red 9 ◦ green 40 ◦ blue 238

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

Shades of Blue #0928EE

Tints of Blue #0928EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 238 (93.36% from 255) = 82.93%

R = 3.14%
G = 13.94%
B = 82.93%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0928EE (or 0x0928EE) is known color: Blue. HEX triplet: 09, 28 and EE. RGB value is (9,40,238). Sum of RGB (Red+Green+Blue) = 9+40+238=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 238 (93.36% from 255 or 82.93% from 287); Max value from RGB is 238 - color contains mainly: blue. Hex color #0928EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0928EE is #F6D711. Grayscale: #343434. Windows color (decimal): -16176914 or 15607817. OLE color: 15607817.

HSL color Cylindrical-coordinate representation of color #0928EE: hue angle of 231.88º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928EE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 40 238 -
CMYK 0.96 0.83 0 0.07
HSL 231.88º 0.93% 0.48% -
HSV(B) 231.88º 0.96% 0.93% -
XYZ 16.3 7.75 81.53 -
YUV 53.3 232.23 96.4 -
System Red Green Blue C M Y K H S L
Decimal 9 40 238 0.96 0.83 0 0.07 231.88 0.93 0.48
Hex 9 28 EE 60 53 0 7 E8 5D 30
Octal 11 50 356 140 123 0 7 350 135 60
Binary 1001 101000 11101110 1100000 1010011 0 111 11101000 1011101 110000

Color Harmonies of #0928EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928EE

Black with #0928EE

Text Example


Text Example

White with #0928EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0928EE; }

 p { color: rgb(9,40,238); }

 H1.HeaderClassName
 {
   color: #0928EE;
 }
 .AnyTagClassName
 {
   color: #0928EE;
 }
</style>

background-color css

<style>
 a { background-color: #0928EE; }

 a { background-color: rgb(9,40,238); }

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

border-color css

<style>
 span { border-color: #0928EE; }

 span { border-color: rgb(9,40,238); }

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