Html Css Color HEX #092BEE Blue

📋 copy color: '#092BEE'

red 9 ◦ green 43 ◦ blue 238

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

Shades of Blue #092BEE

Tints of Blue #092BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

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

R = 3.1%
G = 14.83%
B = 82.07%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#092BEE (or 0x092BEE) is known color: Blue. HEX triplet: 09, 2B and EE. RGB value is (9,43,238). Sum of RGB (Red+Green+Blue) = 9+43+238=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #092BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092BEE is #F6D411. Grayscale: #363636. Windows color (decimal): -16176146 or 15608585. OLE color: 15608585.

HSL color Cylindrical-coordinate representation of color #092BEE: hue angle of 231.09º 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 #092BEE is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 43 238 -
CMYK 0.96 0.82 0 0.07
HSL 231.09º 0.93% 0.48% -
HSV(B) 231.09º 0.96% 0.93% -
XYZ 16.41 7.96 81.56 -
YUV 55.06 231.24 95.14 -
System Red Green Blue C M Y K H S L
Decimal 9 43 238 0.96 0.82 0 0.07 231.09 0.93 0.48
Hex 9 2B EE 60 52 0 7 E7 5D 30
Octal 11 53 356 140 122 0 7 347 135 60
Binary 1001 101011 11101110 1100000 1010010 0 111 11100111 1011101 110000

Color Harmonies of #092BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BEE

Black with #092BEE

Text Example


Text Example

White with #092BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092BEE; }

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

 H1.HeaderClassName
 {
   color: #092BEE;
 }
 .AnyTagClassName
 {
   color: #092BEE;
 }
</style>

background-color css

<style>
 a { background-color: #092BEE; }

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

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

border-color css

<style>
 span { border-color: #092BEE; }

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

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