Html Css Color HEX #629AFC Cornflower Blue

📋 copy color: '#629AFC'

red 98 ◦ green 154 ◦ blue 252

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

Shades of Cornflower Blue #629AFC

Tints of Cornflower Blue #629AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

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

R = 19.44%
G = 30.56%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#629AFC (or 0x629AFC) is known color: Cornflower Blue. HEX triplet: 62, 9A and FC. RGB value is (98,154,252). Sum of RGB (Red+Green+Blue) = 98+154+252=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #629AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629AFC is #9D6503. Grayscale: #939393. Windows color (decimal): -10315012 or 16554594. OLE color: 16554594.

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

Color convert

RGB 98 154 252 -
CMYK 0.61 0.39 0 0.01
HSL 218.18º 0.96% 0.69% -
HSV(B) 218.18º 0.61% 0.99% -
XYZ 34.16 32.74 96.61 -
YUV 148.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 98 154 252 0.61 0.39 0 0.01 218.18 0.96 0.69
Hex 62 9A FC 3D 27 0 1 DA 60 45
Octal 142 232 374 75 47 0 1 332 140 105
Binary 1100010 10011010 11111100 111101 100111 0 1 11011010 1100000 1000101

Color Harmonies of #629AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629AFC

Black with #629AFC

Text Example


Text Example

White with #629AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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