Html Css Color HEX #2306CC Medium Blue

📋 copy color: '#2306CC'

red 35 ◦ green 6 ◦ blue 204

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

Shades of Medium Blue #2306CC

Tints of Medium Blue #2306CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 204 (80.08% from 255) = 83.27%

R = 14.29%
G = 2.45%
B = 83.27%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2306CC (or 0x2306CC) is known color: Medium Blue. HEX triplet: 23, 06 and CC. RGB value is (35,6,204). Sum of RGB (Red+Green+Blue) = 35+6+204=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #2306CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2306CC is #DCF933. Grayscale: #242424. Windows color (decimal): -14481716 or 13370915. OLE color: 13370915.

HSL color Cylindrical-coordinate representation of color #2306CC: hue angle of 248.79º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2306CC is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 6 204 -
CMYK 0.83 0.97 0 0.2
HSL 248.79º 0.94% 0.41% -
HSV(B) 248.79º 0.97% 0.8% -
XYZ 11.66 4.85 57.45 -
YUV 37.24 222.11 126.4 -
System Red Green Blue C M Y K H S L
Decimal 35 6 204 0.83 0.97 0 0.2 248.79 0.94 0.41
Hex 23 6 CC 53 61 0 14 F9 5E 29
Octal 43 6 314 123 141 0 24 371 136 51
Binary 100011 110 11001100 1010011 1100001 0 10100 11111001 1011110 101001

Color Harmonies of #2306CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2306CC

Black with #2306CC

Text Example


Text Example

White with #2306CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2306CC; }

 p { color: rgb(35,6,204); }

 H1.HeaderClassName
 {
   color: #2306CC;
 }
 .AnyTagClassName
 {
   color: #2306CC;
 }
</style>

background-color css

<style>
 a { background-color: #2306CC; }

 a { background-color: rgb(35,6,204); }

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

border-color css

<style>
 span { border-color: #2306CC; }

 span { border-color: rgb(35,6,204); }

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