Html Css Color HEX #629FF1 Cornflower Blue

📋 copy color: '#629FF1'

red 98 ◦ green 159 ◦ blue 241

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

Shades of Cornflower Blue #629FF1

Tints of Cornflower Blue #629FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.39%

R = 19.68%
G = 31.93%
B = 48.39%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#629FF1 (or 0x629FF1) is known color: Cornflower Blue. HEX triplet: 62, 9F and F1. RGB value is (98,159,241). Sum of RGB (Red+Green+Blue) = 98+159+241=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #629FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FF1 is #9D600E. Grayscale: #959595. Windows color (decimal): -10313743 or 15834978. OLE color: 15834978.

HSL color Cylindrical-coordinate representation of color #629FF1: hue angle of 214.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629FF1 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 159 241 -
CMYK 0.59 0.34 0 0.05
HSL 214.41º 0.84% 0.66% -
HSV(B) 214.41º 0.59% 0.95% -
XYZ 33.31 33.74 87.98 -
YUV 150.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 98 159 241 0.59 0.34 0 0.05 214.41 0.84 0.66
Hex 62 9F F1 3B 22 0 5 D6 54 42
Octal 142 237 361 73 42 0 5 326 124 102
Binary 1100010 10011111 11110001 111011 100010 0 101 11010110 1010100 1000010

Color Harmonies of #629FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629FF1

Black with #629FF1

Text Example


Text Example

White with #629FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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