Html Css Color HEX #0527DF Medium Blue

📋 copy color: '#0527DF'

red 5 ◦ green 39 ◦ blue 223

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

Shades of Medium Blue #0527DF

Tints of Medium Blue #0527DF

RGB

 RED value IS 5 (2.34% from 255) = 1.87%

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 1.87%
G = 14.61%
B = 83.52%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0527DF (or 0x0527DF) is known color: Medium Blue. HEX triplet: 05, 27 and DF. RGB value is (5,39,223). Sum of RGB (Red+Green+Blue) = 5+39+223=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #0527DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0527DF is #FAD820. Grayscale: #313131. Windows color (decimal): -16439329 or 14624517. OLE color: 14624517.

HSL color Cylindrical-coordinate representation of color #0527DF: hue angle of 230.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0527DF is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 39 223 -
CMYK 0.98 0.83 0 0.13
HSL 230.64º 0.96% 0.45% -
HSV(B) 230.64º 0.98% 0.87% -
XYZ 14.11 6.81 70.38 -
YUV 49.81 225.74 96.04 -
System Red Green Blue C M Y K H S L
Decimal 5 39 223 0.98 0.83 0 0.13 230.64 0.96 0.45
Hex 5 27 DF 62 53 0 D E7 60 2D
Octal 5 47 337 142 123 0 15 347 140 55
Binary 101 100111 11011111 1100010 1010011 0 1101 11100111 1100000 101101

Color Harmonies of #0527DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0527DF

Black with #0527DF

Text Example


Text Example

White with #0527DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0527DF; }

 p { color: rgb(5,39,223); }

 H1.HeaderClassName
 {
   color: #0527DF;
 }
 .AnyTagClassName
 {
   color: #0527DF;
 }
</style>

background-color css

<style>
 a { background-color: #0527DF; }

 a { background-color: rgb(5,39,223); }

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

border-color css

<style>
 span { border-color: #0527DF; }

 span { border-color: rgb(5,39,223); }

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