Html Css Color HEX #230BBA Medium Blue

📋 copy color: '#230BBA'

red 35 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #230BBA

Tints of Medium Blue #230BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

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

R = 15.09%
G = 4.74%
B = 80.17%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#230BBA (or 0x230BBA) is known color: Medium Blue. HEX triplet: 23, 0B and BA. RGB value is (35,11,186). Sum of RGB (Red+Green+Blue) = 35+11+186=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #230BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BBA is #DCF445. Grayscale: #252525. Windows color (decimal): -14480454 or 12192547. OLE color: 12192547.

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

Color convert

RGB 35 11 186 -
CMYK 0.81 0.94 0 0.27
HSL 248.23º 0.89% 0.39% -
HSV(B) 248.23º 0.94% 0.73% -
XYZ 9.68 4.14 46.74 -
YUV 38.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 35 11 186 0.81 0.94 0 0.27 248.23 0.89 0.39
Hex 23 B BA 51 5E 0 1B F8 59 27
Octal 43 13 272 121 136 0 33 370 131 47
Binary 100011 1011 10111010 1010001 1011110 0 11011 11111000 1011001 100111

Color Harmonies of #230BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230BBA

Black with #230BBA

Text Example


Text Example

White with #230BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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