Html Css Color HEX #2309C2 Medium Blue

📋 copy color: '#2309C2'

red 35 ◦ green 9 ◦ blue 194

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

Shades of Medium Blue #2309C2

Tints of Medium Blue #2309C2

RGB

 RED value IS 35 (14.06% from 255) = 14.71%

 GREEN value IS 9 (3.91% from 255) = 3.78%

 BLUE value IS 194 (76.17% from 255) = 81.51%

R = 14.71%
G = 3.78%
B = 81.51%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2309C2 (or 0x2309C2) is known color: Medium Blue. HEX triplet: 23, 09 and C2. RGB value is (35,9,194). Sum of RGB (Red+Green+Blue) = 35+9+194=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 194 (76.17% from 255 or 81.51% from 238); Max value from RGB is 194 - color contains mainly: blue. Hex color #2309C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309C2 is #DCF63D. Grayscale: #252525. Windows color (decimal): -14480958 or 12716323. OLE color: 12716323.

HSL color Cylindrical-coordinate representation of color #2309C2: hue angle of 248.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2309C2 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 9 194 -
CMYK 0.82 0.95 0 0.24
HSL 248.43º 0.91% 0.4% -
HSV(B) 248.43º 0.95% 0.76% -
XYZ 10.53 4.45 51.34 -
YUV 37.86 216.11 125.96 -
System Red Green Blue C M Y K H S L
Decimal 35 9 194 0.82 0.95 0 0.24 248.43 0.91 0.4
Hex 23 9 C2 52 5F 0 18 F8 5B 28
Octal 43 11 302 122 137 0 30 370 133 50
Binary 100011 1001 11000010 1010010 1011111 0 11000 11111000 1011011 101000

Color Harmonies of #2309C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2309C2

Black with #2309C2

Text Example


Text Example

White with #2309C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2309C2; }

 p { color: rgb(35,9,194); }

 H1.HeaderClassName
 {
   color: #2309C2;
 }
 .AnyTagClassName
 {
   color: #2309C2;
 }
</style>

background-color css

<style>
 a { background-color: #2309C2; }

 a { background-color: rgb(35,9,194); }

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

border-color css

<style>
 span { border-color: #2309C2; }

 span { border-color: rgb(35,9,194); }

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