Html Css Color HEX #629CFA Cornflower Blue

📋 copy color: '#629CFA'

red 98 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #629CFA

Tints of Cornflower Blue #629CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 19.44%
G = 30.95%
B = 49.6%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#629CFA (or 0x629CFA) is known color: Cornflower Blue. HEX triplet: 62, 9C and FA. RGB value is (98,156,250). Sum of RGB (Red+Green+Blue) = 98+156+250=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #629CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CFA is #9D6305. Grayscale: #949494. Windows color (decimal): -10314502 or 16424034. OLE color: 16424034.

HSL color Cylindrical-coordinate representation of color #629CFA: hue angle of 217.11º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629CFA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 156 250 -
CMYK 0.61 0.38 0 0.02
HSL 217.11º 0.94% 0.68% -
HSV(B) 217.11º 0.61% 0.98% -
XYZ 34.18 33.28 95.06 -
YUV 149.37 184.78 91.36 -
System Red Green Blue C M Y K H S L
Decimal 98 156 250 0.61 0.38 0 0.02 217.11 0.94 0.68
Hex 62 9C FA 3D 26 0 2 D9 5E 44
Octal 142 234 372 75 46 0 2 331 136 104
Binary 1100010 10011100 11111010 111101 100110 0 10 11011001 1011110 1000100

Color Harmonies of #629CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CFA

Black with #629CFA

Text Example


Text Example

White with #629CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,156,250); }

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

background-color css

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

 a { background-color: rgb(98,156,250); }

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

border-color css

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

 span { border-color: rgb(98,156,250); }

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