Html Css Color HEX #628AFF Cornflower Blue

📋 copy color: '#628AFF'

red 98 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #628AFF

Tints of Cornflower Blue #628AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 19.96%
G = 28.11%
B = 51.93%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#628AFF (or 0x628AFF) is known color: Cornflower Blue. HEX triplet: 62, 8A and FF. RGB value is (98,138,255). Sum of RGB (Red+Green+Blue) = 98+138+255=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #628AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628AFF is #9D7500. Grayscale: #8A8A8A. Windows color (decimal): -10319105 or 16747106. OLE color: 16747106.

HSL color Cylindrical-coordinate representation of color #628AFF: hue angle of 224.71º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #628AFF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 138 255 -
CMYK 0.62 0.46 0 0
HSL 224.71º 1% 0.69% -
HSV(B) 224.71º 0.62% 1% -
XYZ 32.18 27.99 98.32 -
YUV 139.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 98 138 255 0.62 0.46 0 0 224.71 1 0.69
Hex 62 8A FF 3E 2E 0 0 E1 64 45
Octal 142 212 377 76 56 0 0 341 144 105
Binary 1100010 10001010 11111111 111110 101110 0 0 11100001 1100100 1000101

Color Harmonies of #628AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AFF

Black with #628AFF

Text Example


Text Example

White with #628AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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