Html Css Color HEX #627AF5 Cornflower Blue

📋 copy color: '#627AF5'

red 98 ◦ green 122 ◦ blue 245

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

Shades of Cornflower Blue #627AF5

Tints of Cornflower Blue #627AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

 BLUE value IS 245 (96.09% from 255) = 52.69%

R = 21.08%
G = 26.24%
B = 52.69%

CMYK

 C value IS 0.6

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#627AF5 (or 0x627AF5) is known color: Cornflower Blue. HEX triplet: 62, 7A and F5. RGB value is (98,122,245). Sum of RGB (Red+Green+Blue) = 98+122+245=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #627AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627AF5 is #9D850A. Grayscale: #808080. Windows color (decimal): -10323211 or 16087650. OLE color: 16087650.

HSL color Cylindrical-coordinate representation of color #627AF5: hue angle of 230.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #627AF5 is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 122 245 -
CMYK 0.6 0.50 0 0.04
HSL 230.2º 0.88% 0.67% -
HSV(B) 230.2º 0.6% 0.96% -
XYZ 28.48 23.11 89.35 -
YUV 128.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 98 122 245 0.6 0.50 0 0.04 230.2 0.88 0.67
Hex 62 7A F5 3C 32 0 4 E6 58 43
Octal 142 172 365 74 62 0 4 346 130 103
Binary 1100010 1111010 11110101 111100 110010 0 100 11100110 1011000 1000011

Color Harmonies of #627AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627AF5

Black with #627AF5

Text Example


Text Example

White with #627AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627AF5; }

 p { color: rgb(98,122,245); }

 H1.HeaderClassName
 {
   color: #627AF5;
 }
 .AnyTagClassName
 {
   color: #627AF5;
 }
</style>

background-color css

<style>
 a { background-color: #627AF5; }

 a { background-color: rgb(98,122,245); }

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

border-color css

<style>
 span { border-color: #627AF5; }

 span { border-color: rgb(98,122,245); }

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