Html Css Color HEX #628CDF Cornflower Blue

📋 copy color: '#628CDF'

red 98 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #628CDF

Tints of Cornflower Blue #628CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 21.26%
G = 30.37%
B = 48.37%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#628CDF (or 0x628CDF) is known color: Cornflower Blue. HEX triplet: 62, 8C and DF. RGB value is (98,140,223). Sum of RGB (Red+Green+Blue) = 98+140+223=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #628CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CDF is #9D7320. Grayscale: #888888. Windows color (decimal): -10318625 or 14650466. OLE color: 14650466.

HSL color Cylindrical-coordinate representation of color #628CDF: hue angle of 219.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #628CDF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 140 223 -
CMYK 0.56 0.37 0 0.13
HSL 219.84º 0.66% 0.63% -
HSV(B) 219.84º 0.56% 0.87% -
XYZ 27.73 26.68 73.5 -
YUV 136.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 98 140 223 0.56 0.37 0 0.13 219.84 0.66 0.63
Hex 62 8C DF 38 25 0 D DC 42 3F
Octal 142 214 337 70 45 0 15 334 102 77
Binary 1100010 10001100 11011111 111000 100101 0 1101 11011100 1000010 111111

Color Harmonies of #628CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CDF

Black with #628CDF

Text Example


Text Example

White with #628CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,140,223); }

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

background-color css

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

 a { background-color: rgb(98,140,223); }

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

border-color css

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

 span { border-color: rgb(98,140,223); }

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