Html Css Color HEX #628EDA Cornflower Blue

📋 copy color: '#628EDA'

red 98 ◦ green 142 ◦ blue 218

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

Shades of Cornflower Blue #628EDA

Tints of Cornflower Blue #628EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 21.4%
G = 31%
B = 47.6%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#628EDA (or 0x628EDA) is known color: Cornflower Blue. HEX triplet: 62, 8E and DA. RGB value is (98,142,218). Sum of RGB (Red+Green+Blue) = 98+142+218=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #628EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EDA is #9D7125. Grayscale: #898989. Windows color (decimal): -10318118 or 14323298. OLE color: 14323298.

HSL color Cylindrical-coordinate representation of color #628EDA: hue angle of 218º degrees, saturation: 0.62, 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 #628EDA is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 142 218 -
CMYK 0.55 0.35 0 0.15
HSL 218º 0.62% 0.62% -
HSV(B) 218º 0.55% 0.85% -
XYZ 27.36 27 70.1 -
YUV 137.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 98 142 218 0.55 0.35 0 0.15 218 0.62 0.62
Hex 62 8E DA 37 23 0 F DA 3E 3E
Octal 142 216 332 67 43 0 17 332 76 76
Binary 1100010 10001110 11011010 110111 100011 0 1111 11011010 111110 111110

Color Harmonies of #628EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628EDA

Black with #628EDA

Text Example


Text Example

White with #628EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,142,218); }

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

background-color css

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

 a { background-color: rgb(98,142,218); }

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

border-color css

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

 span { border-color: rgb(98,142,218); }

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