Html Css Color HEX #629FE1 Cornflower Blue

📋 copy color: '#629FE1'

red 98 ◦ green 159 ◦ blue 225

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

Shades of Cornflower Blue #629FE1

Tints of Cornflower Blue #629FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 20.33%
G = 32.99%
B = 46.68%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#629FE1 (or 0x629FE1) is known color: Cornflower Blue. HEX triplet: 62, 9F and E1. RGB value is (98,159,225). Sum of RGB (Red+Green+Blue) = 98+159+225=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #629FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FE1 is #9D601E. Grayscale: #939393. Windows color (decimal): -10313759 or 14786402. OLE color: 14786402.

HSL color Cylindrical-coordinate representation of color #629FE1: hue angle of 211.18º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629FE1 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 159 225 -
CMYK 0.56 0.29 0 0.12
HSL 211.18º 0.68% 0.63% -
HSV(B) 211.18º 0.56% 0.88% -
XYZ 31.03 32.83 75.94 -
YUV 148.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 98 159 225 0.56 0.29 0 0.12 211.18 0.68 0.63
Hex 62 9F E1 38 1D 0 C D3 44 3F
Octal 142 237 341 70 35 0 14 323 104 77
Binary 1100010 10011111 11100001 111000 11101 0 1100 11010011 1000100 111111

Color Harmonies of #629FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629FE1

Black with #629FE1

Text Example


Text Example

White with #629FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629FE1; }

 p { color: rgb(98,159,225); }

 H1.HeaderClassName
 {
   color: #629FE1;
 }
 .AnyTagClassName
 {
   color: #629FE1;
 }
</style>

background-color css

<style>
 a { background-color: #629FE1; }

 a { background-color: rgb(98,159,225); }

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

border-color css

<style>
 span { border-color: #629FE1; }

 span { border-color: rgb(98,159,225); }

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