Html Css Color HEX #231CDA Medium Blue

📋 copy color: '#231CDA'

red 35 ◦ green 28 ◦ blue 218

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

Shades of Medium Blue #231CDA

Tints of Medium Blue #231CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 12.46%
G = 9.96%
B = 77.58%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#231CDA (or 0x231CDA) is known color: Medium Blue. HEX triplet: 23, 1C and DA. RGB value is (35,28,218). Sum of RGB (Red+Green+Blue) = 35+28+218=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #231CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CDA is #DCE325. Grayscale: #333333. Windows color (decimal): -14476070 or 14294051. OLE color: 14294051.

HSL color Cylindrical-coordinate representation of color #231CDA: hue angle of 242.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231CDA is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 28 218 -
CMYK 0.84 0.87 0 0.15
HSL 242.21º 0.77% 0.48% -
HSV(B) 242.21º 0.87% 0.85% -
XYZ 13.76 6.25 66.81 -
YUV 51.75 221.82 116.05 -
System Red Green Blue C M Y K H S L
Decimal 35 28 218 0.84 0.87 0 0.15 242.21 0.77 0.48
Hex 23 1C DA 54 57 0 F F2 4D 30
Octal 43 34 332 124 127 0 17 362 115 60
Binary 100011 11100 11011010 1010100 1010111 0 1111 11110010 1001101 110000

Color Harmonies of #231CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CDA

Black with #231CDA

Text Example


Text Example

White with #231CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231CDA; }

 p { color: rgb(35,28,218); }

 H1.HeaderClassName
 {
   color: #231CDA;
 }
 .AnyTagClassName
 {
   color: #231CDA;
 }
</style>

background-color css

<style>
 a { background-color: #231CDA; }

 a { background-color: rgb(35,28,218); }

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

border-color css

<style>
 span { border-color: #231CDA; }

 span { border-color: rgb(35,28,218); }

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