Html Css Color HEX #0618FD Blue

📋 copy color: '#0618FD'

red 6 ◦ green 24 ◦ blue 253

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

Shades of Blue #0618FD

Tints of Blue #0618FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 89.4%

R = 2.12%
G = 8.48%
B = 89.4%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0618FD (or 0x0618FD) is known color: Blue. HEX triplet: 06, 18 and FD. RGB value is (6,24,253). Sum of RGB (Red+Green+Blue) = 6+24+253=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 253 (99.22% from 255 or 89.40% from 283); Max value from RGB is 253 - color contains mainly: blue. Hex color #0618FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0618FD is #F9E702. Grayscale: #2B2B2B. Windows color (decimal): -16377603 or 16586758. OLE color: 16586758.

HSL color Cylindrical-coordinate representation of color #0618FD: hue angle of 235.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0618FD is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 24 253 -
CMYK 0.98 0.91 0 0.01
HSL 235.63º 0.98% 0.51% -
HSV(B) 235.63º 0.98% 0.99% -
XYZ 18.13 7.78 93.48 -
YUV 44.72 245.54 100.38 -
System Red Green Blue C M Y K H S L
Decimal 6 24 253 0.98 0.91 0 0.01 235.63 0.98 0.51
Hex 6 18 FD 62 5B 0 1 EC 62 33
Octal 6 30 375 142 133 0 1 354 142 63
Binary 110 11000 11111101 1100010 1011011 0 1 11101100 1100010 110011

Color Harmonies of #0618FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618FD

Black with #0618FD

Text Example


Text Example

White with #0618FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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