Html Css Color HEX #629DFE Cornflower Blue

📋 copy color: '#629DFE'

red 98 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #629DFE

Tints of Cornflower Blue #629DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 19.25%
G = 30.84%
B = 49.9%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#629DFE (or 0x629DFE) is known color: Cornflower Blue. HEX triplet: 62, 9D and FE. RGB value is (98,157,254). Sum of RGB (Red+Green+Blue) = 98+157+254=509 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.25% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #629DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629DFE is #9D6201. Grayscale: #959595. Windows color (decimal): -10314242 or 16686434. OLE color: 16686434.

HSL color Cylindrical-coordinate representation of color #629DFE: hue angle of 217.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629DFE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 157 254 -
CMYK 0.61 0.38 0 0.00
HSL 217.31º 0.99% 0.69% -
HSV(B) 217.31º 0.61% 1% -
XYZ 34.98 33.87 98.46 -
YUV 150.42 186.45 90.61 -
System Red Green Blue C M Y K H S L
Decimal 98 157 254 0.61 0.38 0 0.00 217.31 0.99 0.69
Hex 62 9D FE 3D 26 0 0 D9 63 45
Octal 142 235 376 75 46 0 0 331 143 105
Binary 1100010 10011101 11111110 111101 100110 0 0 11011001 1100011 1000101

Color Harmonies of #629DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629DFE

Black with #629DFE

Text Example


Text Example

White with #629DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,157,254); }

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

background-color css

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

 a { background-color: rgb(98,157,254); }

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

border-color css

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

 span { border-color: rgb(98,157,254); }

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