Html Css Color HEX #628EFC Cornflower Blue

📋 copy color: '#628EFC'

red 98 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #628EFC

Tints of Cornflower Blue #628EFC

RGB

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

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

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

R = 19.92%
G = 28.86%
B = 51.22%

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

#628EFC (or 0x628EFC) is known color: Cornflower Blue. HEX triplet: 62, 8E and FC. RGB value is (98,142,252). Sum of RGB (Red+Green+Blue) = 98+142+252=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #628EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628EFC is #9D7103. Grayscale: #8C8C8C. Windows color (decimal): -10318084 or 16551522. OLE color: 16551522.

HSL color Cylindrical-coordinate representation of color #628EFC: hue angle of 222.86º 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 #628EFC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 142 252 -
CMYK 0.61 0.44 0 0.01
HSL 222.86º 0.96% 0.69% -
HSV(B) 222.86º 0.61% 0.99% -
XYZ 32.28 28.97 95.99 -
YUV 141.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 98 142 252 0.61 0.44 0 0.01 222.86 0.96 0.69
Hex 62 8E FC 3D 2C 0 1 DF 60 45
Octal 142 216 374 75 54 0 1 337 140 105
Binary 1100010 10001110 11111100 111101 101100 0 1 11011111 1100000 1000101

Color Harmonies of #628EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628EFC

Black with #628EFC

Text Example


Text Example

White with #628EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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