Html Css Color HEX #629FFC Cornflower Blue

📋 copy color: '#629FFC'

red 98 ◦ green 159 ◦ blue 252

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

Shades of Cornflower Blue #629FFC

Tints of Cornflower Blue #629FFC

RGB

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

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

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

R = 19.25%
G = 31.24%
B = 49.51%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#629FFC (or 0x629FFC) is known color: Cornflower Blue. HEX triplet: 62, 9F and FC. RGB value is (98,159,252). Sum of RGB (Red+Green+Blue) = 98+159+252=509 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.25% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #629FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FFC is #9D6003. Grayscale: #969696. Windows color (decimal): -10313732 or 16555874. OLE color: 16555874.

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

Color convert

RGB 98 159 252 -
CMYK 0.61 0.37 0 0.01
HSL 216.23º 0.96% 0.69% -
HSV(B) 216.23º 0.61% 0.99% -
XYZ 35.01 34.42 96.89 -
YUV 151.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 98 159 252 0.61 0.37 0 0.01 216.23 0.96 0.69
Hex 62 9F FC 3D 25 0 1 D8 60 45
Octal 142 237 374 75 45 0 1 330 140 105
Binary 1100010 10011111 11111100 111101 100101 0 1 11011000 1100000 1000101

Color Harmonies of #629FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629FFC

Black with #629FFC

Text Example


Text Example

White with #629FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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