Html Css Color HEX #230FCD Medium Blue

📋 copy color: '#230FCD'

red 35 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #230FCD

Tints of Medium Blue #230FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 205 (80.47% from 255) = 80.39%

R = 13.73%
G = 5.88%
B = 80.39%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#230FCD (or 0x230FCD) is known color: Medium Blue. HEX triplet: 23, 0F and CD. RGB value is (35,15,205). Sum of RGB (Red+Green+Blue) = 35+15+205=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #230FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230FCD is #DCF032. Grayscale: #292929. Windows color (decimal): -14479411 or 13438755. OLE color: 13438755.

HSL color Cylindrical-coordinate representation of color #230FCD: hue angle of 246.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230FCD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 15 205 -
CMYK 0.83 0.93 0 0.20
HSL 246.32º 0.86% 0.43% -
HSV(B) 246.32º 0.93% 0.8% -
XYZ 11.88 5.11 58.12 -
YUV 42.64 219.63 122.55 -
System Red Green Blue C M Y K H S L
Decimal 35 15 205 0.83 0.93 0 0.20 246.32 0.86 0.43
Hex 23 F CD 53 5D 0 14 F6 56 2B
Octal 43 17 315 123 135 0 24 366 126 53
Binary 100011 1111 11001101 1010011 1011101 0 10100 11110110 1010110 101011

Color Harmonies of #230FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230FCD

Black with #230FCD

Text Example


Text Example

White with #230FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,205); }

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

background-color css

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

 a { background-color: rgb(35,15,205); }

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

border-color css

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

 span { border-color: rgb(35,15,205); }

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