Html Css Color HEX #092CED Blue

📋 copy color: '#092CED'

red 9 ◦ green 44 ◦ blue 237

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

Shades of Blue #092CED

Tints of Blue #092CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 237 (92.97% from 255) = 81.72%

R = 3.1%
G = 15.17%
B = 81.72%

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

#092CED (or 0x092CED) is known color: Blue. HEX triplet: 09, 2C and ED. RGB value is (9,44,237). Sum of RGB (Red+Green+Blue) = 9+44+237=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 237 (92.97% from 255 or 81.72% from 290); Max value from RGB is 237 - color contains mainly: blue. Hex color #092CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CED is #F6D312. Grayscale: #363636. Windows color (decimal): -16175891 or 15543305. OLE color: 15543305.

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

Color convert

RGB 9 44 237 -
CMYK 0.96 0.81 0 0.07
HSL 230.79º 0.93% 0.48% -
HSV(B) 230.79º 0.96% 0.93% -
XYZ 16.3 7.97 80.8 -
YUV 55.54 230.4 94.81 -
System Red Green Blue C M Y K H S L
Decimal 9 44 237 0.96 0.81 0 0.07 230.79 0.93 0.48
Hex 9 2C ED 60 51 0 7 E7 5D 30
Octal 11 54 355 140 121 0 7 347 135 60
Binary 1001 101100 11101101 1100000 1010001 0 111 11100111 1011101 110000

Color Harmonies of #092CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CED

Black with #092CED

Text Example


Text Example

White with #092CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,237); }

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

background-color css

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

 a { background-color: rgb(9,44,237); }

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

border-color css

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

 span { border-color: rgb(9,44,237); }

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