Html Css Color HEX #230CDA Medium Blue

📋 copy color: '#230CDA'

red 35 ◦ green 12 ◦ blue 218

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

Shades of Medium Blue #230CDA

Tints of Medium Blue #230CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

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

R = 13.21%
G = 4.53%
B = 82.26%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#230CDA (or 0x230CDA) is known color: Medium Blue. HEX triplet: 23, 0C and DA. RGB value is (35,12,218). Sum of RGB (Red+Green+Blue) = 35+12+218=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #230CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CDA is #DCF325. Grayscale: #292929. Windows color (decimal): -14480166 or 14289955. OLE color: 14289955.

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

Color convert

RGB 35 12 218 -
CMYK 0.84 0.94 0 0.15
HSL 246.7º 0.9% 0.45% -
HSV(B) 246.7º 0.94% 0.85% -
XYZ 13.48 5.68 66.72 -
YUV 42.36 227.12 122.75 -
System Red Green Blue C M Y K H S L
Decimal 35 12 218 0.84 0.94 0 0.15 246.7 0.9 0.45
Hex 23 C DA 54 5E 0 F F7 5A 2D
Octal 43 14 332 124 136 0 17 367 132 55
Binary 100011 1100 11011010 1010100 1011110 0 1111 11110111 1011010 101101

Color Harmonies of #230CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CDA

Black with #230CDA

Text Example


Text Example

White with #230CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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