Html Css Color HEX #629BFE Cornflower Blue

📋 copy color: '#629BFE'

red 98 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #629BFE

Tints of Cornflower Blue #629BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

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

R = 19.33%
G = 30.57%
B = 50.1%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#629BFE (or 0x629BFE) is known color: Cornflower Blue. HEX triplet: 62, 9B and FE. RGB value is (98,155,254). Sum of RGB (Red+Green+Blue) = 98+155+254=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #629BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BFE is #9D6401. Grayscale: #949494. Windows color (decimal): -10314754 or 16685922. OLE color: 16685922.

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

Color convert

RGB 98 155 254 -
CMYK 0.61 0.39 0 0.00
HSL 218.08º 0.99% 0.69% -
HSV(B) 218.08º 0.61% 1% -
XYZ 34.65 33.2 98.35 -
YUV 149.24 187.12 91.45 -
System Red Green Blue C M Y K H S L
Decimal 98 155 254 0.61 0.39 0 0.00 218.08 0.99 0.69
Hex 62 9B FE 3D 27 0 0 DA 63 45
Octal 142 233 376 75 47 0 0 332 143 105
Binary 1100010 10011011 11111110 111101 100111 0 0 11011010 1100011 1000101

Color Harmonies of #629BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BFE

Black with #629BFE

Text Example


Text Example

White with #629BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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