Html Css Color HEX #0618DF Medium Blue

📋 copy color: '#0618DF'

red 6 ◦ green 24 ◦ blue 223

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

Shades of Medium Blue #0618DF

Tints of Medium Blue #0618DF

RGB

 RED value IS 6 (2.73% from 255) = 2.37%

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 2.37%
G = 9.49%
B = 88.14%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0618DF (or 0x0618DF) is known color: Medium Blue. HEX triplet: 06, 18 and DF. RGB value is (6,24,223). Sum of RGB (Red+Green+Blue) = 6+24+223=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #0618DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0618DF is #F9E720. Grayscale: #282828. Windows color (decimal): -16377633 or 14620678. OLE color: 14620678.

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

Color convert

RGB 6 24 223 -
CMYK 0.97 0.89 0 0.13
HSL 235.02º 0.95% 0.45% -
HSV(B) 235.02º 0.97% 0.87% -
XYZ 13.72 6.02 70.25 -
YUV 41.3 230.54 102.82 -
System Red Green Blue C M Y K H S L
Decimal 6 24 223 0.97 0.89 0 0.13 235.02 0.95 0.45
Hex 6 18 DF 61 59 0 D EB 5F 2D
Octal 6 30 337 141 131 0 15 353 137 55
Binary 110 11000 11011111 1100001 1011001 0 1101 11101011 1011111 101101

Color Harmonies of #0618DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618DF

Black with #0618DF

Text Example


Text Example

White with #0618DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,24,223); }

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

background-color css

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

 a { background-color: rgb(6,24,223); }

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

border-color css

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

 span { border-color: rgb(6,24,223); }

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