Html Css Color HEX #092EFB Blue

📋 copy color: '#092EFB'

red 9 ◦ green 46 ◦ blue 251

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

Shades of Blue #092EFB

Tints of Blue #092EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 251 (98.44% from 255) = 82.03%

R = 2.94%
G = 15.03%
B = 82.03%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#092EFB (or 0x092EFB) is known color: Blue. HEX triplet: 09, 2E and FB. RGB value is (9,46,251). Sum of RGB (Red+Green+Blue) = 9+46+251=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #092EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EFB is #F6D104. Grayscale: #393939. Windows color (decimal): -16175365 or 16461321. OLE color: 16461321.

HSL color Cylindrical-coordinate representation of color #092EFB: hue angle of 230.83º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EFB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 46 251 -
CMYK 0.96 0.82 0 0.02
HSL 230.83º 0.97% 0.51% -
HSV(B) 230.83º 0.96% 0.98% -
XYZ 18.5 8.98 92.02 -
YUV 58.31 236.74 92.83 -
System Red Green Blue C M Y K H S L
Decimal 9 46 251 0.96 0.82 0 0.02 230.83 0.97 0.51
Hex 9 2E FB 60 52 0 2 E7 61 33
Octal 11 56 373 140 122 0 2 347 141 63
Binary 1001 101110 11111011 1100000 1010010 0 10 11100111 1100001 110011

Color Harmonies of #092EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EFB

Black with #092EFB

Text Example


Text Example

White with #092EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,251); }

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

background-color css

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

 a { background-color: rgb(9,46,251); }

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

border-color css

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

 span { border-color: rgb(9,46,251); }

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