Html Css Color HEX #230DBB Medium Blue

📋 copy color: '#230DBB'

red 35 ◦ green 13 ◦ blue 187

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

Shades of Medium Blue #230DBB

Tints of Medium Blue #230DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.57%

R = 14.89%
G = 5.53%
B = 79.57%

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

#230DBB (or 0x230DBB) is known color: Medium Blue. HEX triplet: 23, 0D and BB. RGB value is (35,13,187). Sum of RGB (Red+Green+Blue) = 35+13+187=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #230DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230DBB is #DCF244. Grayscale: #262626. Windows color (decimal): -14479941 or 12258595. OLE color: 12258595.

HSL color Cylindrical-coordinate representation of color #230DBB: hue angle of 247.59º 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 #230DBB is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 13 187 -
CMYK 0.81 0.93 0 0.27
HSL 247.59º 0.87% 0.39% -
HSV(B) 247.59º 0.93% 0.73% -
XYZ 9.81 4.23 47.31 -
YUV 39.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 35 13 187 0.81 0.93 0 0.27 247.59 0.87 0.39
Hex 23 D BB 51 5D 0 1B F8 57 27
Octal 43 15 273 121 135 0 33 370 127 47
Binary 100011 1101 10111011 1010001 1011101 0 11011 11111000 1010111 100111

Color Harmonies of #230DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230DBB

Black with #230DBB

Text Example


Text Example

White with #230DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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