Html Css Color HEX #0625ED Blue

📋 copy color: '#0625ED'

red 6 ◦ green 37 ◦ blue 237

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

Shades of Blue #0625ED

Tints of Blue #0625ED

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 237 (92.97% from 255) = 84.64%

R = 2.14%
G = 13.21%
B = 84.64%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0625ED (or 0x0625ED) is known color: Blue. HEX triplet: 06, 25 and ED. RGB value is (6,37,237). Sum of RGB (Red+Green+Blue) = 6+37+237=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 237 (92.97% from 255 or 84.64% from 280); Max value from RGB is 237 - color contains mainly: blue. Hex color #0625ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0625ED is #F9DA12. Grayscale: #313131. Windows color (decimal): -16374291 or 15541510. OLE color: 15541510.

HSL color Cylindrical-coordinate representation of color #0625ED: hue angle of 231.95º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0625ED is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 37 237 -
CMYK 0.97 0.84 0 0.07
HSL 231.95º 0.95% 0.48% -
HSV(B) 231.95º 0.97% 0.93% -
XYZ 16.02 7.48 80.72 -
YUV 50.53 233.23 96.24 -
System Red Green Blue C M Y K H S L
Decimal 6 37 237 0.97 0.84 0 0.07 231.95 0.95 0.48
Hex 6 25 ED 61 54 0 7 E8 5F 30
Octal 6 45 355 141 124 0 7 350 137 60
Binary 110 100101 11101101 1100001 1010100 0 111 11101000 1011111 110000

Color Harmonies of #0625ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0625ED

Black with #0625ED

Text Example


Text Example

White with #0625ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0625ED; }

 p { color: rgb(6,37,237); }

 H1.HeaderClassName
 {
   color: #0625ED;
 }
 .AnyTagClassName
 {
   color: #0625ED;
 }
</style>

background-color css

<style>
 a { background-color: #0625ED; }

 a { background-color: rgb(6,37,237); }

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

border-color css

<style>
 span { border-color: #0625ED; }

 span { border-color: rgb(6,37,237); }

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