Html Css Color HEX #628FDC Cornflower Blue

📋 copy color: '#628FDC'

red 98 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #628FDC

Tints of Cornflower Blue #628FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 21.26%
G = 31.02%
B = 47.72%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#628FDC (or 0x628FDC) is known color: Cornflower Blue. HEX triplet: 62, 8F and DC. RGB value is (98,143,220). Sum of RGB (Red+Green+Blue) = 98+143+220=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #628FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FDC is #9D7023. Grayscale: #898989. Windows color (decimal): -10317860 or 14454626. OLE color: 14454626.

HSL color Cylindrical-coordinate representation of color #628FDC: hue angle of 217.87º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628FDC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 143 220 -
CMYK 0.55 0.35 0 0.14
HSL 217.87º 0.64% 0.62% -
HSV(B) 217.87º 0.55% 0.86% -
XYZ 27.78 27.41 71.54 -
YUV 138.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 98 143 220 0.55 0.35 0 0.14 217.87 0.64 0.62
Hex 62 8F DC 37 23 0 E DA 40 3E
Octal 142 217 334 67 43 0 16 332 100 76
Binary 1100010 10001111 11011100 110111 100011 0 1110 11011010 1000000 111110

Color Harmonies of #628FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628FDC

Black with #628FDC

Text Example


Text Example

White with #628FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,143,220); }

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

background-color css

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

 a { background-color: rgb(98,143,220); }

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

border-color css

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

 span { border-color: rgb(98,143,220); }

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