Html Css Color HEX #2308DD Medium Blue

📋 copy color: '#2308DD'

red 35 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #2308DD

Tints of Medium Blue #2308DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 221 (86.72% from 255) = 83.71%

R = 13.26%
G = 3.03%
B = 83.71%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2308DD (or 0x2308DD) is known color: Medium Blue. HEX triplet: 23, 08 and DD. RGB value is (35,8,221). Sum of RGB (Red+Green+Blue) = 35+8+221=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #2308DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2308DD is #DCF722. Grayscale: #272727. Windows color (decimal): -14481187 or 14485539. OLE color: 14485539.

HSL color Cylindrical-coordinate representation of color #2308DD: hue angle of 247.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2308DD is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 8 221 -
CMYK 0.84 0.96 0 0.13
HSL 247.61º 0.93% 0.45% -
HSV(B) 247.61º 0.96% 0.87% -
XYZ 13.83 5.75 68.79 -
YUV 40.36 229.95 124.18 -
System Red Green Blue C M Y K H S L
Decimal 35 8 221 0.84 0.96 0 0.13 247.61 0.93 0.45
Hex 23 8 DD 54 60 0 D F8 5D 2D
Octal 43 10 335 124 140 0 15 370 135 55
Binary 100011 1000 11011101 1010100 1100000 0 1101 11111000 1011101 101101

Color Harmonies of #2308DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2308DD

Black with #2308DD

Text Example


Text Example

White with #2308DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2308DD; }

 p { color: rgb(35,8,221); }

 H1.HeaderClassName
 {
   color: #2308DD;
 }
 .AnyTagClassName
 {
   color: #2308DD;
 }
</style>

background-color css

<style>
 a { background-color: #2308DD; }

 a { background-color: rgb(35,8,221); }

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

border-color css

<style>
 span { border-color: #2308DD; }

 span { border-color: rgb(35,8,221); }

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