Html Css Color HEX #230DBA Medium Blue

📋 copy color: '#230DBA'

red 35 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #230DBA

Tints of Medium Blue #230DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 186 (73.05% from 255) = 79.49%

R = 14.96%
G = 5.56%
B = 79.49%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#230DBA (or 0x230DBA) is known color: Medium Blue. HEX triplet: 23, 0D and BA. RGB value is (35,13,186). Sum of RGB (Red+Green+Blue) = 35+13+186=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #230DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230DBA is #DCF245. Grayscale: #262626. Windows color (decimal): -14479942 or 12193059. OLE color: 12193059.

HSL color Cylindrical-coordinate representation of color #230DBA: hue angle of 247.63º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230DBA is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 13 186 -
CMYK 0.81 0.93 0 0.27
HSL 247.63º 0.87% 0.39% -
HSV(B) 247.63º 0.93% 0.73% -
XYZ 9.7 4.19 46.75 -
YUV 39.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 35 13 186 0.81 0.93 0 0.27 247.63 0.87 0.39
Hex 23 D BA 51 5D 0 1B F8 57 27
Octal 43 15 272 121 135 0 33 370 127 47
Binary 100011 1101 10111010 1010001 1011101 0 11011 11111000 1010111 100111

Color Harmonies of #230DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230DBA

Black with #230DBA

Text Example


Text Example

White with #230DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,13,186); }

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

background-color css

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

 a { background-color: rgb(35,13,186); }

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

border-color css

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

 span { border-color: rgb(35,13,186); }

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