Html Css Color HEX #230CDF Medium Blue

📋 copy color: '#230CDF'

red 35 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #230CDF

Tints of Medium Blue #230CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.59%

R = 12.96%
G = 4.44%
B = 82.59%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#230CDF (or 0x230CDF) is known color: Medium Blue. HEX triplet: 23, 0C and DF. RGB value is (35,12,223). Sum of RGB (Red+Green+Blue) = 35+12+223=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #230CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CDF is #DCF320. Grayscale: #2A2A2A. Windows color (decimal): -14480161 or 14617635. OLE color: 14617635.

HSL color Cylindrical-coordinate representation of color #230CDF: hue angle of 246.54º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230CDF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 12 223 -
CMYK 0.84 0.95 0 0.13
HSL 246.54º 0.9% 0.46% -
HSV(B) 246.54º 0.95% 0.87% -
XYZ 14.14 5.95 70.21 -
YUV 42.93 229.62 122.34 -
System Red Green Blue C M Y K H S L
Decimal 35 12 223 0.84 0.95 0 0.13 246.54 0.9 0.46
Hex 23 C DF 54 5F 0 D F7 5A 2E
Octal 43 14 337 124 137 0 15 367 132 56
Binary 100011 1100 11011111 1010100 1011111 0 1101 11110111 1011010 101110

Color Harmonies of #230CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CDF

Black with #230CDF

Text Example


Text Example

White with #230CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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