Html Css Color HEX #2309CF Medium Blue

📋 copy color: '#2309CF'

red 35 ◦ green 9 ◦ blue 207

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

Shades of Medium Blue #2309CF

Tints of Medium Blue #2309CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 82.47%

R = 13.94%
G = 3.59%
B = 82.47%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2309CF (or 0x2309CF) is known color: Medium Blue. HEX triplet: 23, 09 and CF. RGB value is (35,9,207). Sum of RGB (Red+Green+Blue) = 35+9+207=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #2309CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309CF is #DCF630. Grayscale: #262626. Windows color (decimal): -14480945 or 13568291. OLE color: 13568291.

HSL color Cylindrical-coordinate representation of color #2309CF: hue angle of 247.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2309CF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 9 207 -
CMYK 0.83 0.96 0 0.19
HSL 247.88º 0.92% 0.42% -
HSV(B) 247.88º 0.96% 0.81% -
XYZ 12.05 5.06 59.37 -
YUV 39.35 222.61 124.9 -
System Red Green Blue C M Y K H S L
Decimal 35 9 207 0.83 0.96 0 0.19 247.88 0.92 0.42
Hex 23 9 CF 53 60 0 13 F8 5C 2A
Octal 43 11 317 123 140 0 23 370 134 52
Binary 100011 1001 11001111 1010011 1100000 0 10011 11111000 1011100 101010

Color Harmonies of #2309CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2309CF

Black with #2309CF

Text Example


Text Example

White with #2309CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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