Html Css Color HEX #628AD8 Cornflower Blue

📋 copy color: '#628AD8'

red 98 ◦ green 138 ◦ blue 216

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

Shades of Cornflower Blue #628AD8

Tints of Cornflower Blue #628AD8

RGB

 RED value IS 98 (38.67% from 255) = 21.68%

 GREEN value IS 138 (54.3% from 255) = 30.53%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 21.68%
G = 30.53%
B = 47.79%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#628AD8 (or 0x628AD8) is known color: Cornflower Blue. HEX triplet: 62, 8A and D8. RGB value is (98,138,216). Sum of RGB (Red+Green+Blue) = 98+138+216=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #628AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AD8 is #9D7527. Grayscale: #868686. Windows color (decimal): -10319144 or 14191202. OLE color: 14191202.

HSL color Cylindrical-coordinate representation of color #628AD8: hue angle of 219.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628AD8 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 138 216 -
CMYK 0.55 0.36 0 0.15
HSL 219.66º 0.6% 0.62% -
HSV(B) 219.66º 0.55% 0.85% -
XYZ 26.52 25.73 68.53 -
YUV 134.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 98 138 216 0.55 0.36 0 0.15 219.66 0.6 0.62
Hex 62 8A D8 37 24 0 F DC 3C 3E
Octal 142 212 330 67 44 0 17 334 74 76
Binary 1100010 10001010 11011000 110111 100100 0 1111 11011100 111100 111110

Color Harmonies of #628AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AD8

Black with #628AD8

Text Example


Text Example

White with #628AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628AD8; }

 p { color: rgb(98,138,216); }

 H1.HeaderClassName
 {
   color: #628AD8;
 }
 .AnyTagClassName
 {
   color: #628AD8;
 }
</style>

background-color css

<style>
 a { background-color: #628AD8; }

 a { background-color: rgb(98,138,216); }

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

border-color css

<style>
 span { border-color: #628AD8; }

 span { border-color: rgb(98,138,216); }

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