Html Css Color HEX #230BDF Medium Blue

📋 copy color: '#230BDF'

red 35 ◦ green 11 ◦ blue 223

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

Shades of Medium Blue #230BDF

Tints of Medium Blue #230BDF

RGB

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

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

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

R = 13.01%
G = 4.09%
B = 82.9%

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

#230BDF (or 0x230BDF) is known color: Medium Blue. HEX triplet: 23, 0B and DF. RGB value is (35,11,223). Sum of RGB (Red+Green+Blue) = 35+11+223=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #230BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BDF is #DCF420. Grayscale: #292929. Windows color (decimal): -14480417 or 14617379. OLE color: 14617379.

HSL color Cylindrical-coordinate representation of color #230BDF: hue angle of 246.79º degrees, saturation: 0.91, 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 #230BDF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 11 223 -
CMYK 0.84 0.95 0 0.13
HSL 246.79º 0.91% 0.46% -
HSV(B) 246.79º 0.95% 0.87% -
XYZ 14.13 5.92 70.21 -
YUV 42.34 229.95 122.76 -
System Red Green Blue C M Y K H S L
Decimal 35 11 223 0.84 0.95 0 0.13 246.79 0.91 0.46
Hex 23 B DF 54 5F 0 D F7 5B 2E
Octal 43 13 337 124 137 0 15 367 133 56
Binary 100011 1011 11011111 1010100 1011111 0 1101 11110111 1011011 101110

Color Harmonies of #230BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230BDF

Black with #230BDF

Text Example


Text Example

White with #230BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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