Html Css Color HEX #2314CC Medium Blue

📋 copy color: '#2314CC'

red 35 ◦ green 20 ◦ blue 204

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

Shades of Medium Blue #2314CC

Tints of Medium Blue #2314CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 13.51%
G = 7.72%
B = 78.76%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2314CC (or 0x2314CC) is known color: Medium Blue. HEX triplet: 23, 14 and CC. RGB value is (35,20,204). Sum of RGB (Red+Green+Blue) = 35+20+204=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #2314CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314CC is #DCEB33. Grayscale: #2C2C2C. Windows color (decimal): -14478132 or 13374499. OLE color: 13374499.

HSL color Cylindrical-coordinate representation of color #2314CC: hue angle of 244.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2314CC is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 20 204 -
CMYK 0.83 0.90 0 0.2
HSL 244.89º 0.82% 0.44% -
HSV(B) 244.89º 0.9% 0.8% -
XYZ 11.84 5.22 57.51 -
YUV 45.46 217.47 120.54 -
System Red Green Blue C M Y K H S L
Decimal 35 20 204 0.83 0.90 0 0.2 244.89 0.82 0.44
Hex 23 14 CC 53 5A 0 14 F5 52 2C
Octal 43 24 314 123 132 0 24 365 122 54
Binary 100011 10100 11001100 1010011 1011010 0 10100 11110101 1010010 101100

Color Harmonies of #2314CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2314CC

Black with #2314CC

Text Example


Text Example

White with #2314CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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