Html Css Color HEX #628ADF Cornflower Blue

📋 copy color: '#628ADF'

red 98 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #628ADF

Tints of Cornflower Blue #628ADF

RGB

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

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

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

R = 21.35%
G = 30.07%
B = 48.58%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#628ADF (or 0x628ADF) is known color: Cornflower Blue. HEX triplet: 62, 8A and DF. RGB value is (98,138,223). Sum of RGB (Red+Green+Blue) = 98+138+223=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #628ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ADF is #9D7520. Grayscale: #878787. Windows color (decimal): -10319137 or 14649954. OLE color: 14649954.

HSL color Cylindrical-coordinate representation of color #628ADF: hue angle of 220.8º 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 #628ADF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 138 223 -
CMYK 0.56 0.38 0 0.13
HSL 220.8º 0.66% 0.63% -
HSV(B) 220.8º 0.56% 0.87% -
XYZ 27.44 26.1 73.4 -
YUV 135.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 98 138 223 0.56 0.38 0 0.13 220.8 0.66 0.63
Hex 62 8A DF 38 26 0 D DD 42 3F
Octal 142 212 337 70 46 0 15 335 102 77
Binary 1100010 10001010 11011111 111000 100110 0 1101 11011101 1000010 111111

Color Harmonies of #628ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628ADF

Black with #628ADF

Text Example


Text Example

White with #628ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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