Html Css Color HEX #092AF9 Blue

📋 copy color: '#092AF9'

red 9 ◦ green 42 ◦ blue 249

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

Shades of Blue #092AF9

Tints of Blue #092AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 249 (97.66% from 255) = 83%

R = 3%
G = 14%
B = 83%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#092AF9 (or 0x092AF9) is known color: Blue. HEX triplet: 09, 2A and F9. RGB value is (9,42,249). Sum of RGB (Red+Green+Blue) = 9+42+249=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #092AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092AF9 is #F6D506. Grayscale: #363636. Windows color (decimal): -16176391 or 16329225. OLE color: 16329225.

HSL color Cylindrical-coordinate representation of color #092AF9: hue angle of 231.75º degrees, saturation: 0.95, 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 #092AF9 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 42 249 -
CMYK 0.96 0.83 0 0.02
HSL 231.75º 0.95% 0.51% -
HSV(B) 231.75º 0.96% 0.98% -
XYZ 18.04 8.55 90.32 -
YUV 55.73 237.07 94.67 -
System Red Green Blue C M Y K H S L
Decimal 9 42 249 0.96 0.83 0 0.02 231.75 0.95 0.51
Hex 9 2A F9 60 53 0 2 E8 5F 33
Octal 11 52 371 140 123 0 2 350 137 63
Binary 1001 101010 11111001 1100000 1010011 0 10 11101000 1011111 110011

Color Harmonies of #092AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AF9

Black with #092AF9

Text Example


Text Example

White with #092AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,42,249); }

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

background-color css

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

 a { background-color: rgb(9,42,249); }

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

border-color css

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

 span { border-color: rgb(9,42,249); }

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