Html Css Color HEX #092FF0 Blue

📋 copy color: '#092FF0'

red 9 ◦ green 47 ◦ blue 240

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

Shades of Blue #092FF0

Tints of Blue #092FF0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

 BLUE value IS 240 (94.14% from 255) = 81.08%

R = 3.04%
G = 15.88%
B = 81.08%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#092FF0 (or 0x092FF0) is known color: Blue. HEX triplet: 09, 2F and F0. RGB value is (9,47,240). Sum of RGB (Red+Green+Blue) = 9+47+240=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 240 (94.14% from 255 or 81.08% from 296); Max value from RGB is 240 - color contains mainly: blue. Hex color #092FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FF0 is #F6D00F. Grayscale: #383838. Windows color (decimal): -16175120 or 15740681. OLE color: 15740681.

HSL color Cylindrical-coordinate representation of color #092FF0: hue angle of 230.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FF0 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 47 240 -
CMYK 0.96 0.80 0 0.06
HSL 230.13º 0.93% 0.49% -
HSV(B) 230.13º 0.96% 0.94% -
XYZ 16.86 8.38 83.17 -
YUV 57.64 230.91 93.31 -
System Red Green Blue C M Y K H S L
Decimal 9 47 240 0.96 0.80 0 0.06 230.13 0.93 0.49
Hex 9 2F F0 60 50 0 6 E6 5D 31
Octal 11 57 360 140 120 0 6 346 135 61
Binary 1001 101111 11110000 1100000 1010000 0 110 11100110 1011101 110001

Color Harmonies of #092FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FF0

Black with #092FF0

Text Example


Text Example

White with #092FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,240); }

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

background-color css

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

 a { background-color: rgb(9,47,240); }

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

border-color css

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

 span { border-color: rgb(9,47,240); }

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