Html Css Color HEX #628CFC Cornflower Blue

📋 copy color: '#628CFC'

red 98 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #628CFC

Tints of Cornflower Blue #628CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 20%
G = 28.57%
B = 51.43%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#628CFC (or 0x628CFC) is known color: Cornflower Blue. HEX triplet: 62, 8C and FC. RGB value is (98,140,252). Sum of RGB (Red+Green+Blue) = 98+140+252=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #628CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628CFC is #9D7303. Grayscale: #8B8B8B. Windows color (decimal): -10318596 or 16551010. OLE color: 16551010.

HSL color Cylindrical-coordinate representation of color #628CFC: hue angle of 223.64º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #628CFC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 140 252 -
CMYK 0.61 0.44 0 0.01
HSL 223.64º 0.96% 0.69% -
HSV(B) 223.64º 0.61% 0.99% -
XYZ 31.99 28.38 95.89 -
YUV 140.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 98 140 252 0.61 0.44 0 0.01 223.64 0.96 0.69
Hex 62 8C FC 3D 2C 0 1 E0 60 45
Octal 142 214 374 75 54 0 1 340 140 105
Binary 1100010 10001100 11111100 111101 101100 0 1 11100000 1100000 1000101

Color Harmonies of #628CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CFC

Black with #628CFC

Text Example


Text Example

White with #628CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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