Html Css Color HEX #230FCB Medium Blue

📋 copy color: '#230FCB'

red 35 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #230FCB

Tints of Medium Blue #230FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 13.83%
G = 5.93%
B = 80.24%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#230FCB (or 0x230FCB) is known color: Medium Blue. HEX triplet: 23, 0F and CB. RGB value is (35,15,203). Sum of RGB (Red+Green+Blue) = 35+15+203=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #230FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230FCB is #DCF034. Grayscale: #292929. Windows color (decimal): -14479413 or 13307683. OLE color: 13307683.

HSL color Cylindrical-coordinate representation of color #230FCB: hue angle of 246.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230FCB is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 15 203 -
CMYK 0.83 0.93 0 0.20
HSL 246.38º 0.86% 0.43% -
HSV(B) 246.38º 0.93% 0.8% -
XYZ 11.64 5.01 56.85 -
YUV 42.41 218.63 122.71 -
System Red Green Blue C M Y K H S L
Decimal 35 15 203 0.83 0.93 0 0.20 246.38 0.86 0.43
Hex 23 F CB 53 5D 0 14 F6 56 2B
Octal 43 17 313 123 135 0 24 366 126 53
Binary 100011 1111 11001011 1010011 1011101 0 10100 11110110 1010110 101011

Color Harmonies of #230FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230FCB

Black with #230FCB

Text Example


Text Example

White with #230FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,203); }

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

background-color css

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

 a { background-color: rgb(35,15,203); }

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

border-color css

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

 span { border-color: rgb(35,15,203); }

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