Html Css Color HEX #092DEE Blue

📋 copy color: '#092DEE'

red 9 ◦ green 45 ◦ blue 238

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

Shades of Blue #092DEE

Tints of Blue #092DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 3.08%
G = 15.41%
B = 81.51%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#092DEE (or 0x092DEE) is known color: Blue. HEX triplet: 09, 2D and EE. RGB value is (9,45,238). Sum of RGB (Red+Green+Blue) = 9+45+238=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #092DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092DEE is #F6D211. Grayscale: #373737. Windows color (decimal): -16175634 or 15609097. OLE color: 15609097.

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

Color convert

RGB 9 45 238 -
CMYK 0.96 0.81 0 0.07
HSL 230.57º 0.93% 0.48% -
HSV(B) 230.57º 0.96% 0.93% -
XYZ 16.48 8.11 81.59 -
YUV 56.24 230.57 94.31 -
System Red Green Blue C M Y K H S L
Decimal 9 45 238 0.96 0.81 0 0.07 230.57 0.93 0.48
Hex 9 2D EE 60 51 0 7 E7 5D 30
Octal 11 55 356 140 121 0 7 347 135 60
Binary 1001 101101 11101110 1100000 1010001 0 111 11100111 1011101 110000

Color Harmonies of #092DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DEE

Black with #092DEE

Text Example


Text Example

White with #092DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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