Html Css Color HEX #0618EF Blue

📋 copy color: '#0618EF'

red 6 ◦ green 24 ◦ blue 239

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

Shades of Blue #0618EF

Tints of Blue #0618EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 88.85%

R = 2.23%
G = 8.92%
B = 88.85%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0618EF (or 0x0618EF) is known color: Blue. HEX triplet: 06, 18 and EF. RGB value is (6,24,239). Sum of RGB (Red+Green+Blue) = 6+24+239=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 239 (93.75% from 255 or 88.85% from 269); Max value from RGB is 239 - color contains mainly: blue. Hex color #0618EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0618EF is #F9E710. Grayscale: #2A2A2A. Windows color (decimal): -16377617 or 15669254. OLE color: 15669254.

HSL color Cylindrical-coordinate representation of color #0618EF: hue angle of 235.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0618EF is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 24 239 -
CMYK 0.97 0.90 0 0.06
HSL 235.36º 0.95% 0.48% -
HSV(B) 235.36º 0.97% 0.94% -
XYZ 15.98 6.92 82.16 -
YUV 43.13 238.54 101.52 -
System Red Green Blue C M Y K H S L
Decimal 6 24 239 0.97 0.90 0 0.06 235.36 0.95 0.48
Hex 6 18 EF 61 5A 0 6 EB 5F 30
Octal 6 30 357 141 132 0 6 353 137 60
Binary 110 11000 11101111 1100001 1011010 0 110 11101011 1011111 110000

Color Harmonies of #0618EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618EF

Black with #0618EF

Text Example


Text Example

White with #0618EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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