Html Css Color HEX #230BCC Medium Blue

📋 copy color: '#230BCC'

red 35 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #230BCC

Tints of Medium Blue #230BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 81.6%

R = 14%
G = 4.4%
B = 81.6%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#230BCC (or 0x230BCC) is known color: Medium Blue. HEX triplet: 23, 0B and CC. RGB value is (35,11,204). Sum of RGB (Red+Green+Blue) = 35+11+204=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #230BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BCC is #DCF433. Grayscale: #272727. Windows color (decimal): -14480436 or 13372195. OLE color: 13372195.

HSL color Cylindrical-coordinate representation of color #230BCC: hue angle of 247.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230BCC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 11 204 -
CMYK 0.83 0.95 0 0.2
HSL 247.46º 0.9% 0.42% -
HSV(B) 247.46º 0.95% 0.8% -
XYZ 11.71 4.96 57.47 -
YUV 40.18 220.45 124.31 -
System Red Green Blue C M Y K H S L
Decimal 35 11 204 0.83 0.95 0 0.2 247.46 0.9 0.42
Hex 23 B CC 53 5F 0 14 F7 5A 2A
Octal 43 13 314 123 137 0 24 367 132 52
Binary 100011 1011 11001100 1010011 1011111 0 10100 11110111 1011010 101010

Color Harmonies of #230BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230BCC

Black with #230BCC

Text Example


Text Example

White with #230BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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