Html Css Color HEX #629CFC Cornflower Blue

📋 copy color: '#629CFC'

red 98 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #629CFC

Tints of Cornflower Blue #629CFC

RGB

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

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

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

R = 19.37%
G = 30.83%
B = 49.8%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#629CFC (or 0x629CFC) is known color: Cornflower Blue. HEX triplet: 62, 9C and FC. RGB value is (98,156,252). Sum of RGB (Red+Green+Blue) = 98+156+252=506 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.37% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #629CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CFC is #9D6303. Grayscale: #959595. Windows color (decimal): -10314500 or 16555106. OLE color: 16555106.

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

Color convert

RGB 98 156 252 -
CMYK 0.61 0.38 0 0.01
HSL 217.4º 0.96% 0.69% -
HSV(B) 217.4º 0.61% 0.99% -
XYZ 34.5 33.4 96.72 -
YUV 149.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 98 156 252 0.61 0.38 0 0.01 217.4 0.96 0.69
Hex 62 9C FC 3D 26 0 1 D9 60 45
Octal 142 234 374 75 46 0 1 331 140 105
Binary 1100010 10011100 11111100 111101 100110 0 1 11011001 1100000 1000101

Color Harmonies of #629CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CFC

Black with #629CFC

Text Example


Text Example

White with #629CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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