Html Css Color HEX #0605EB Blue

📋 copy color: '#0605EB'

red 6 ◦ green 5 ◦ blue 235

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

Shades of Blue #0605EB

Tints of Blue #0605EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

 BLUE value IS 235 (92.19% from 255) = 95.53%

R = 2.44%
G = 2.03%
B = 95.53%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0605EB (or 0x0605EB) is known color: Blue. HEX triplet: 06, 05 and EB. RGB value is (6,5,235). Sum of RGB (Red+Green+Blue) = 6+5+235=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 235 (92.19% from 255 or 95.53% from 246); Max value from RGB is 235 - color contains mainly: blue. Hex color #0605EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0605EB is #F9FA14. Grayscale: #1E1E1E. Windows color (decimal): -16382485 or 15402246. OLE color: 15402246.

HSL color Cylindrical-coordinate representation of color #0605EB: hue angle of 240.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0605EB is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 5 235 -
CMYK 0.97 0.98 0 0.08
HSL 240.26º 0.96% 0.47% -
HSV(B) 240.26º 0.98% 0.92% -
XYZ 15.12 6.15 78.99 -
YUV 31.52 242.83 109.8 -
System Red Green Blue C M Y K H S L
Decimal 6 5 235 0.97 0.98 0 0.08 240.26 0.96 0.47
Hex 6 5 EB 61 62 0 8 F0 60 2F
Octal 6 5 353 141 142 0 10 360 140 57
Binary 110 101 11101011 1100001 1100010 0 1000 11110000 1100000 101111

Color Harmonies of #0605EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0605EB

Black with #0605EB

Text Example


Text Example

White with #0605EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0605EB; }

 p { color: rgb(6,5,235); }

 H1.HeaderClassName
 {
   color: #0605EB;
 }
 .AnyTagClassName
 {
   color: #0605EB;
 }
</style>

background-color css

<style>
 a { background-color: #0605EB; }

 a { background-color: rgb(6,5,235); }

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

border-color css

<style>
 span { border-color: #0605EB; }

 span { border-color: rgb(6,5,235); }

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