Html Css Color HEX #250CCB Medium Blue

📋 copy color: '#250CCB'

red 37 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #250CCB

Tints of Medium Blue #250CCB

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 14.68%
G = 4.76%
B = 80.56%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#250CCB (or 0x250CCB) is known color: Medium Blue. HEX triplet: 25, 0C and CB. RGB value is (37,12,203). Sum of RGB (Red+Green+Blue) = 37+12+203=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #250CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CCB is #DAF334. Grayscale: #282828. Windows color (decimal): -14349109 or 13306917. OLE color: 13306917.

HSL color Cylindrical-coordinate representation of color #250CCB: hue angle of 247.85º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250CCB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 12 203 -
CMYK 0.82 0.94 0 0.20
HSL 247.85º 0.89% 0.42% -
HSV(B) 247.85º 0.94% 0.8% -
XYZ 11.67 4.97 56.84 -
YUV 41.25 219.28 124.97 -
System Red Green Blue C M Y K H S L
Decimal 37 12 203 0.82 0.94 0 0.20 247.85 0.89 0.42
Hex 25 C CB 52 5E 0 14 F8 59 2A
Octal 45 14 313 122 136 0 24 370 131 52
Binary 100101 1100 11001011 1010010 1011110 0 10100 11111000 1011001 101010

Color Harmonies of #250CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CCB

Black with #250CCB

Text Example


Text Example

White with #250CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250CCB; }

 p { color: rgb(37,12,203); }

 H1.HeaderClassName
 {
   color: #250CCB;
 }
 .AnyTagClassName
 {
   color: #250CCB;
 }
</style>

background-color css

<style>
 a { background-color: #250CCB; }

 a { background-color: rgb(37,12,203); }

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

border-color css

<style>
 span { border-color: #250CCB; }

 span { border-color: rgb(37,12,203); }

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